Skip to content

3. firmware

Naomi Silver edited this page Sep 16, 2025 · 2 revisions

3. Firmware

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.
  1. 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.
  2. Download the latest version of the firmware and control software from here. Unpack and drag and drop the contents of the pico directory onto the root directory of the Pico.

easy peasy


Clone this wiki locally