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

Moderator: igrr

User avatar
By NailBuster
#39392
bjpirt wrote:There's also this:

https://github.com/mirobot/mirobot-wifi ... /arduino.c

Which I use to reflash an Arduino using the bootloader protocol over serial. It caches a copy in flash first before writing it to the Arduino and has been pretty reliable. In any case you could use this lib as the basis of what you want to do

Ben


Thanks Ben, I was able to use that as a starting point .....I've now successfully flashed an attached pro-mini via (3 pins) tx/rx/reset using software serial as well!!!