Firmware Installation¶
Download and install CircuitPython bootloader: instructions & UF2 file. Requires version 9.0.0-alpha6 or greater.
Ensure that your device is connected and mounted as
CIRCUITPYTHON.Copy
requirements.txtto the root folder of your device, make sure that thecircuptool is installed in your environment withpip3 install circup, and runcircup updateto install all necessary libraries onto your device.Download pico_synth_sandbox.zip from the latest release on GitHub <https://github.com/dcooperdalrymple/pico_synth_sandbox/releases/latest/>. Extract all files from this compressed archive and copy into the
libfolder on your device.Copy the desired code example to the root folder of your device as
code.pyand perform a software reset to run the code. If you would like instead, you can use mu or Thonny to write, transfer, and debug code files via the REPL terminal.
Note
Alternatively, you can run the included makefile with make to automatically install and update your CircuitPython device (CircuitPython must first be configured).