Developer needed: Imp to Arduino hex loader

I have a project available to develop a system to load hex files onto a target atmega via imp. I need to make this happen: hex file -> agent -> device -(i2c)-> dedicated atmega loader -> target atmega

Please PM me if interested.

There’s already code out there for loading using the arduino bootloader (over UART). Any specific reason to use I2C?

Hi Hugo. Yes, the reason is that I will have multiple hardware devices with their own atmega MCUs connected with an i2c bus only. There are other i2c components on the bus as well.