Page 1 of 1

Java GUI for HID upload works on mac/win

Posted: Mon Jul 12, 2021 8:46 am
by geraldjustice
Hey ! I wanted to share this with you guys. its a GUI for a standalone HID application to upload new firmware:

https://github.com/geraldjust/GUI_HID_uploader

Runs on Processing from Processing.org. With controlP5 as the GUI, and a hidAPI wrapper for java. Works on mac or windows (have not tested linux. But based on java so most likely. I separated the Serial to bootloader magic toggling part of the code from the actual flashing part as this would be better for some people.

Thanks!