-
Notifications
You must be signed in to change notification settings - Fork 1
Circuit Python
Follow instructions on here
Most all tutorials and quick start materials from https://pycubed.org/resources pertain to PyCubed Mini as well. When in doubt, look there for questions first.
📅 2022-02-24 Updating from older CircuitPython firmware to 7.2. Put into bootloader mode, copy CURRENT.UF2 from PYCUBEDBOOT drive to your computer as a backup. Then update the bootloader by copying update_bootloader.uf2 to the PYCUBEDBOOT drive. Board will unmount. BE PATIENT. It will eventually remount to your computer in bootloader mode again. Then copy over firmware.uf2. Details instructions here, just note PyCubed Mini isn't available from circuitpython yet.
Note on putting the board into into bootloader mode - you should double click the reset button fast. Detailed instructions and troubleshooting here. Although this page is for PyCubed boards, the same instruction set applies to PyCubedMini boards.
Once updated, your pycubedmini.py library will not work.
See flight-software max-fsw branch for updated syntax. Copy entire lib directory from that repo and replace the lib directory on your board.
Note on flight-software: we currently do not have access to this branch. However, importing the "firmware/pycubedminiv01/default/lib" directory here also works.