Skip to content

CircuitPython Guide

CircuitPython Instalation

CircuitPython's Logo CircuitPython's Logo

The process to install CircuitPython is practically the same method to install MicroPython, basically what you need to do is:

  1. Download CircuitPython's latest version for Raspberry Pi Pico from the official website: CircuitPython.
  2. 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)>
  3. Paste the .uf2 file downloaded in the Raspberry Pi Pico. Automatically, the Raspberry Pi Pico will reboot.
  4. 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

  1. CircuitPython. (2025). CircuitPython. https://docs.circuitpython.org/en/latest/README.html