twiboot icon indicating copy to clipboard operation
twiboot copied to clipboard

twiboot-proxy for Arduino IDE/TWIBOOTm328p

Open harbaum opened this issue 6 years ago • 1 comments

This is not an issue but just a remark.

You might like the "twoboot-proxy" which allows to use a leonardo to bridge between the Arduino IDE and a atmega328 based twiboot device:

https://github.com/harbaum/twiboot-proxy

harbaum avatar Mar 07 '19 13:03 harbaum

Thanks for the info. I've recently re-implemented my butterfly protocol bridge and integrated it into ispprog (https://github.com/orempel/ispprog). Currently it can only be used with multiboot_tool (https://github.com/orempel/multiboot_tool), but writing a patch for avrdude should be trivial (use 'I' command instead of 'P' command to enter programming mode).

orempel avatar Feb 09 '20 11:02 orempel