In this chapter we will install the PitNode SW to the target system. The instructions are based on the PitNode Pico Touch Extension Board with a RPi Pico 2W.
Get the SW from GitHub
- If your PitNode Pico Touch EB HW is connected to a USB power supply via the USB-C connector on the PCB, then disconnect the USB-C connector.
- Dismount the touch display by removing the 4 screws of the display and unplug the pin header.
- Connect the USB of the RPi Pico 2W itself to your PC while you press the BOOTSEL button.
- On your PC you should see a the RPi as a flash device.
- Download the latest micropython firmware from https://micropython.org/download/RPI_PICO2_W/
- Copy the downloaded .uf2 file to the Rpi flash and wait. It should reboot automatically
- Make sure no other microcontroller is connected to your PC
- Naviagte to a local folder on your PC where you want to download the PitNode SW
- Clone the PitNode repository
git clone https://github.com/PitNode/PitNode-SW.git - Navigate into the cloned project.
- Edit the user configuration
config.txt - Now run the deploy script
./deploy.sh - The script will copy all needed files from your local PitNode directory to the Pico. Wait until the script has finished.
- Now you can remove the USB cable from the Pico.
- Mount the display again.
- Now plug in the external USB-C connector.
- Now Pitnode should run!

Leave a Reply