Skip to main content

Programming Environment Preparation for Pico:ed

Download and Install the Software


When you start coding on Pico:ed, we recommend using the integrated development environment Thonny, which you can install by choosing the appropriate version for your computer system.

Download link:https://thonny.org

After the installment, click the “Options” from the drawer of the “Tools”.

Choose “Interpreter”and click “CircuitPython(generic)”, then confirm it with the "OK".

Once added successfully you can start programming, it is recommended to click on View and check the box to open the shell and Files view.

Installation Steps of the Firmware


Download the Pico:ed firmware (compatible with Pico:ed V1 and V2) from this link: Pico:ed Firmware.

After downloading, press the BOOTSEL button to install or update firmware.

Pico:ed V1 bootsel Pico:ed V2 bootsel

Long pressing the download button and connet with the USB cable, release the button until you see a disk named RPI-RP2 on the computer.

Copy the downloaded firmware to that disk.

Pico:ed will reconnet automatically after getting the firmware downloaded, then you will see a CIRCUITPY disk.

Now, you can start programming in code.py in CIRCUITPY.