Deutsch English Français Italiano |
<liqkjcFqt10U2@mid.individual.net> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman <bowman@montana.com> Newsgroups: comp.lang.python Subject: Re: new here Date: 23 Aug 2024 05:21:48 GMT Lines: 26 Message-ID: <liqkjcFqt10U2@mid.individual.net> References: <87ikvuzv8g.fsf@rpi3> <liktbqFgjfU2@mid.individual.net> <87zfp4bgm3.fsf@nightsong.com> <lipj21Flti1U6@mid.individual.net> <6da65aef-86d7-46e7-90cc-692985ffaf29@DancesWithMice.info> <mailman.65.1724358976.2890.python-list@python.org> <liqeqiFprmmU1@mid.individual.net> <3f06d06e-732f-4afa-ba23-24aa1b742de4@DancesWithMice.info> <mailman.66.1724387030.2890.python-list@python.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net o+j8fHO8dFla1o80exaPbAYheCwavbBROXc5WZao5FCipvhi0P Cancel-Lock: sha1:38F8eLW2OZIoBt0gmGJ9IZCMxhs= sha256:HtxHfpTJOKkl0rqXESNlCe2GAvz5fXIBtxtOLASBHws= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Bytes: 2325 On Fri, 23 Aug 2024 16:23:42 +1200, dn wrote: > Adding a display to the Pico-W is my next project... After that, gyros > (am thinking it may not go so well, on balance... hah!). https://toptechboy.com/two-axis-tilt-meter-displaying-pitch-and-roll- using-an-mpu6050-on-the-raspberry-pi-pico-w/ You might have to go back a lesson or two for the lead up. As he generally says in the intro most of what he uses is from the Sunfounder Kepler kit. It has a standard LCD display but he suggested buying the OLED separately and used it for Lissajous patterns and other fancier stuff. It's not a bad series although he can be long-winded and his Python style definitely isn't PEP8 friendly. https://toptechboy.com/ He switched to the Arduino Uno R4 after the IR controller/NeoPixel Pico project and I don't know if he intends to go back to the Pico. He uses Thonny but I use the MicroPython extension in VS Code. Lately I've been using Code for everything. Mostly I work on Linux boxes but it's all the same on Windows. There is a PlatformIO extension that works with Arduino and other boards. PyLance upsets some because it's a MS product but it works well too. I've used PyCharm and like it but I also work on C, .NET, Angular, and other projects and Code gives me a uniform IDE.