Skip to content

Uploading Firmware

Antoine Vacher edited this page Jul 11, 2019 · 1 revision

You will need an USBasp module.

Method 1: With Arduino IDE

Clone the repository and open the folder in Arduino IDE. Then build and upload using the dedicated buttons.

Method 2: Without Arduino IDE

This method does not require to build, just to upload the firmware. Download the firmware .hex file from the Release pages then use avrdude:

avrdude -v -V -patmega328p -cusbasp -Pusb -Uflash:w:firmware-X.X.hex:i

Clone this wiki locally