"a bit" is definitely not strong enough of a descriptive phrase ... maybe "a huge" would be more appropriateBennehBoy wrote: Tue Mar 09, 2021 3:43 pmI think I have a bit of a problem, I've got over 70 heremrburnette wrote: Tue Mar 09, 2021 2:16 pm Most hobbyists will not stock more than 2 or 3 different microcontrollers![]()

Seriously, senior forum members are not in the same class as "most hobbyists". My thinking was actually more along the lines of "architecture" rather than specific chips... that is, "AVR 8-bitters", "Espressif 32-bitters", etc. This makes more sense because the build chain is identical in those categories. As Arduino IDE is but a facade on top of the manufacturer's tool chain, unless one pays particular attention to what gets loaded, you are pretty much at the mercy of the JSON installation.
I have not installed the PICO C++ dev environment (yet) as I have not decided which of my development machines (Linux or Windows) will be the guinea pig ... I am inclined to seriously think about my Raspberry Pi 4B as the target since a screw-up simply means rebuilding an SD card.
One last thought; microPython (or CircuitPython) seems to be a very good alternative for many users. I have played around with this for over a month and once I switched to CircuitPython and Mu, my experience was much better. Thonny does come pre-installed in many Raspberry Pi installs. I have played with microPython on the Espressif chips and generally the Pico feels about the same as the ESP32 at 160MHz... just subjective. Anyway, Adafruit's CircuitPython modifications to microPython seem to be a better fit ( for me) coming into the Pico from Arduino - especially in pin naming nomenclature. In addition, Ladyada has more libraries compiled into the core Python binary which make using CircuitPython simpler for common sensors (like sold by Adafruit!) Longtime microPython users may dislike CircuitPython because of the changes, especially the inability to interrogate the machine's state after a program ends (Adafruit does a reset after a program ends and before the REPL is available.)
Anyway; I strongly suggest everyone that purchases a Pico to try the CircuitPython codebase ... at least do the 'blinky.py' to get a feel and I encourage you to maybe go a bit more into the Python paradigm. No, it is not as fast or as mean as C++, but you may find that it is as fast as you need and having the REPL allows you to test ideas in real time using nothing more than a serial terminal. https://learn.adafruit.com/getting-star ... n?view=all