FrameworkComputer / Framework_Inputmodule_CircuitPython

CircuitPython Scripts for Framework 16 Input Modules
MIT License
1 stars 0 forks source link

CircuitPython Scripts for Framework 16 Input Modules

This is not the official firmware for the Framework 16 Input Modules. But we want to make it as easy as possible to hack on the modules. As an alternative firmware for playing around, you can use circuitpython to easily write some scripts and run them in the firmware.

Going back to official firmware is as easy as triggering the bootloader mode and copying the official UF2 files on the RP2 drive.

Preparation

Not supported in upstream CircuitPython yet. Clone from the pull request.

Follow the official build guide. Once your environment is set up you can compile with:

cd ports/raspberrypi
make BOARD=framework_inputmodule

# Use firmware at build-framework_inputmodule/firmware.uf2

Flash the firmware once and you're good to go.

To go back to Framework official firmware

Support