-->
Page 1 of 3

Flash arduino OTA via ESP? Arduino = i/o expander for ESP

PostPosted: Wed Oct 12, 2016 3:01 pm
by elRey
Hello,

I have flashing the ESP OTA working great using Arduino IDE.

I was wondering if I could also flash an Arduino Pro Mini that is connected to the ESP as an i/o expander THROUGH the ESP OTA ?


Somehow have ESP know when to flash itself vs flash the connected pro mini.

Thanks,
Rey

Re: Flash arduino OTA via ESP? Arduino = i/o expander for ES

PostPosted: Wed Oct 12, 2016 4:00 pm
by elRey
Similar to this: http://hackaday.com/2014/11/13/programm ... e-esp8266/

However, that project just uses the ESP for wifi and the Arduino is master.

I'd like to load a firmware file onto the ESP free space and instead of it then overwriting the ESP firmware, it's flashed onto the Arduino.

Re: Flash arduino OTA via ESP? Arduino = i/o expander for ES

PostPosted: Wed Oct 12, 2016 4:27 pm
by martinayotte
ESP-Link is doing that, not only with Arduino, but also for other MCU :

https://github.com/jeelabs/esp-link

Re: Flash arduino OTA via ESP? Arduino = i/o expander for ES

PostPosted: Wed Oct 12, 2016 10:18 pm
by elRey
Thanks for the reply. WOW, that's an impressive project.

However, I was hoping to explore using ArduinoOTA first before having to overhual my current setup.