Skip to content

Use a Arduino Leonardo as a proxy between the Arduino IDE and a Atmega328 based twiboot device

Notifications You must be signed in to change notification settings

harbaum/twiboot-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

twiboot-proxy.ino

This sketch allows a arduino leonardo or a ftDuino to act as a regular arduino bootloader on USB side and as a twiboot host on i2c side. It can be used to flash a Atmega328 based twiboot device from within the Arduino IDE using a Arduino Leonardo as a proxy. The Arduino IDE needs to be setup for a Arduino Uno/Nano or similar.

This needs a Leonardo (or other 32u4 based device) as the leonardo itself does not activate its own bootloader when the Arduino IDE tries to access it as a Nano Uno or similar.

UART side: regular STK500 protocol as used by Arduino IDE for the Nano/Uno/ATmega328P

I2C side: twiboot https://github.com/orempel/twiboot

About

Use a Arduino Leonardo as a proxy between the Arduino IDE and a Atmega328 based twiboot device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published