1. Programming Environment Preparation for Pico:ed#

1.1. 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

../_images/pico-ed-V2-python-01.png

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

../_images/pico-ed-V2-python-02.png

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

../_images/pico-ed-V2-python-03.png

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.

../_images/pico-ed-V2-python-04.png

1.2. 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.

../_images/pico-ed-V2-python-06.png

Copy the downloaded firmware to that disk.

../_images/pico-ed-V2-python-07.png

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

../_images/pico-ed-V2-python-08.png

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

../_images/pico-ed-V2-python-09.png