Software 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.Copy the desired code example to the root folder of your device as
code.pyand perform a software reset to run the code.
Note
Alternatively, you can run the included makefile with make to automatically install and update your CircuitPython device (CircuitPython must first be configured).