CircuitPython Guide
CircuitPython Instalation
CircuitPython's Logo
The process to install CircuitPython is practically the same method to install MicroPython, basically what you need to do is:
- Download CircuitPython's latest version for Raspberry Pi Pico from the official website: CircuitPython.
- Press the BOOTSEL button on the Raspberry Pi Pico 2 WH and connect it to a computer with a USB cable (hold the button pressed until the Raspberry Pi is detected as a storage device)>
- Paste the
.uf2file downloaded in the Raspberry Pi Pico. Automatically, the Raspberry Pi Pico will reboot. - Disconnect the Raspberry Pi Pico and reconnect it without pressing the BOOTSEL button.
After rebooting, your Raspberry Pi Pico should appear as a new storage device named "CIRCUITPY" and have a few files like code.py [1]. This means the installations was successful and CircuitPython is ready to use.
References
- CircuitPython. (2025). CircuitPython. https://docs.circuitpython.org/en/latest/README.html