- Buy USB Nova at spacehuhn.store
- Get firmware updates on the release page
- For documentation, please visit: docs.spacehuhn.com
Make sure you have PlatformIO installed. To compile the firmware, navigate to the project directory and run:
pio runTo compile for a specific board, use the -e flag followed by the environment name.
pio run -e usbnova_mkiiTo compile mki firmware versions into UF2 files, you have to have uf2conv installed.
To install uf2conv, install rust, then cargo install uf2conv