Greetings all,
Until forum traffic suggests splitting it up by board, I suggest that we discuss RP2040 boards, such as the Pico and the Thing Plus RP2040, here. What think you?
Initial setup for the SparkFun’s Thing Plus RP2040 board:
I’m starting to learn RasPi’s RP2040 chip; I have a couple of SparkFun’s Thing Plus RP2040 boards (hereafter TP2040.)
“Getting Started with MicroPython on Raspberry Pi Pico” assumes a RasPi host running a distro that contains Thonny. I’m on a Win10 machine right now, so I downloaded Thonny version 3.3.6 from thonny.org and that’s working well for me to play around with the TP2040.
A caveat for new Thonny users like myself:
Thonny comes with multiple python interpreters and defaults (at least it did for me) to running the built-in (and thus running on the development host) python interpreter – rather than any RP2040 hardware. To change this, look in the extreme bottom right corner where there should be some visible text (e.g. “Python 3.7.9” – that IMHO in no way indicates that it’s a clickable field!) and right-click on that text. If you select “MicroPython (Raspberry Pi Pico)” you’re set to run at least the pin-compatible Pico examples. I got those from:
https://github.com/raspberrypi/pico-mic … 0d1e6ab37a
At which point, one can cut&paste examples into the top panel of Thonny and run with either F5 or the (green-arrow) run icon. Gratifyingly easy.