Tuesday 1 April 2025
3 versions
How do you start? ¶
Select a micro-controller Board ¶
- without WiFi and Bluetooth
- RPi-Pico, RPi-Pico2
- VCC-GND YD-RP2040
- several boards by WaveShare
- with WiFi and BLE
- RPi-Pico-W, RPi-Pico2-W
- several boards by Pimoroni
Download the matching Firmware ¶
… from Adafruit’s CircuitPython “store” at https://circuitpython.org/down…
… or from the assets
directory.
- select your board
- download the “latest” Firmware: “adafruit-circuitpython-manufacturer-boardname-version.UF2”
- and save it to your PC
Install this Firmware to your Board ¶
Read the installation notes in the Adafruit learn guide.
- insert USB cable into Board (but leave PC side unconnected!)
- press BOOT button on Board
- next, insert USB cable into your PC (and still keep the BOOT button pressed)
- now, release the BOOT button
- a new USB drive, called “RPI-RP2”, appears
- copy the appropriate “.UF2” file to the USB drive “RPI-RP2”
- the Board reboots and USB drive “RPI-RP2” disappears
- a new USB drive, called “CIRCUITPY”, appears
- Finished!
- install an Editor or IDE:
- install Adafruit’s CIRCUP tool to manage the Adafruit and Community libraries on your Board
- use your PC’s Filemanager to explore and manage the files on the CIRCUITPY drive