-
Notifications
You must be signed in to change notification settings - Fork 0
3. firmware
Naomi Silver edited this page Sep 16, 2025
·
2 revisions
This section will assume you're using a Pi Pico, but the process should be similar enough if you're using something else
- It's now time to put the required firmware on our Pico/MCU.
- Firstly, you need plug in your pico and put CircuitPython on the Pico. The CircuitPython .UF2 file can be installer here. When you plug in your Pico, it will show up as a removable drive, copy that .UF2 onto the Pico and it should reboot and should see the prebaked code.py and lib directory.
- Download the latest version of the firmware and control software from here. Unpack and drag and drop the contents of the
picodirectory onto the root directory of the Pico.
easy peasy