this post was submitted on 25 May 2024
7 points (100.0% liked)
MICROCONTROLLERS
791 readers
1 users here now
Everything microcontrollers: projects, questions, new releases, etc.
dragontamer's Beginner Guides:
Beginner Series I: What is a Microcontroller?
Beginner Series II: The "Generic" Microcontroller
Beginner Sidenote: Microchip's Signal Chain Design Guide
Beginner Series III: Skills and Complexity Tiers
Beginner Series IV: Deep Dive into Microchip's AVR EA
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For the Pico take a look at circuitpython. Flash only once, after that you can write the code directly on the USB storage device the Pico creates.
You can even edit the python files using the web-ide circuitpython provides.
I really love the ease of use.