-
1Make PCB, solder components
PCB services: Aisler.net (https://aisler.net/p/LIMNJTWW), PCBway, etc.
-
2flash bootloader
flash bootloader using .bin file, e.g. via JLink, see https://learn.adafruit.com/how-to-program-samd-bootloaders
Command line instructions: -> JLinkExe -> connect -> ATSAMD51G19A -> SWD -> default -> loadbin bootloader...bin,0 -> r
-
3Add Circuitpython
mount device via usb, put into bootloader mode, upload circuitpython .uf2 file, upload circuitpython library bundle
-
4Add GUI
upload .html file to device, adjust accordingly
-
5Put into case
3d printed case: https://www.tinkercad.com/things/gIFCSjOI2CM
-
6enjoy!
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.