ElTangas / jtag2updi

UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
MIT License
329 stars 90 forks source link

web serial firmware update tool added #64

Open mofosyne opened 2 years ago

mofosyne commented 2 years ago

Added the tool from https://github.com/dbuezas/arduino-web-uploader which is MIT licensed and allows for easily uploading prebuilt firmware from a chrome browser to an Arduino nano

mofosyne commented 2 years ago

Preview: https://mofosyne.github.io/jtag2updi/#loading-pre-built-hex-file-to-an-arduino-nano-using-web-serial

If I understand, the hex file is intended for an arduino nano. So here is a tool that allows you to upload it to an arduino nano via google chrome web browser.