Sujet : Re: new here
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.lang.pythonDate : 23. Aug 2024, 07:21:48
Autres entêtes
Message-ID : <liqkjcFqt10U2@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
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.