Chat here is you are connecting ESP-xx type modules to existing AVR based Arduino

Moderator: igrr

User avatar
By elRey
#56763
martinayotte wrote:https://github.com/jeelabs/esp-link



That's the second time you've suggested that project, I acknowledged it the first time. Did I miss where it used ArduinoOTA as a base and just added enough to flash an attached Arduino?

I'd rather NOT use that HUGH project just to utilize one aspect of it.


Thanks,
Rey
User avatar
By martinayotte
#56764 Sorry, my mistake, I didn't explain the following :
If you really wish to use ArduinoOTA on the ESP, than you would need to pick the portion of the code from ESP-LINK that managed the "stk500v1 programmer" part of the code and port it into the ArduinoOTA examples.
Just trying that may become a more difficult task than simple use ESP-LINK as is.