ESP12 (nodemcu) to Arduino pro mini SPI Flashing
Posted: Thu Jan 07, 2016 12:10 pm
Hey, I've connected pro-mini (3.3v 8mhz) to nodemcu and everything is working well....
I'm trying to figure out solution to flash the AVR through ESP. (using spi).
I've figured out how to flash the pro-mini already via esp12 spi and using the AVRISP sample from esp8266github.....
issue is that still requires AVRDUDE.exe (which works but only for linux via tcpip connection). I actually got it working in windows using a virtual com2tcp software but its too complicated to setup just to flash promini...
I'd like to be able just to provide a HEX file via upload or within spiffs and have it program the promini easily....
I've searched and examined other projects but couldn't find something i could compile easily within arduinoIDE....
any ideas or code/projects that may work.....
I'm trying to figure out solution to flash the AVR through ESP. (using spi).
I've figured out how to flash the pro-mini already via esp12 spi and using the AVRISP sample from esp8266github.....
issue is that still requires AVRDUDE.exe (which works but only for linux via tcpip connection). I actually got it working in windows using a virtual com2tcp software but its too complicated to setup just to flash promini...
I'd like to be able just to provide a HEX file via upload or within spiffs and have it program the promini easily....
I've searched and examined other projects but couldn't find something i could compile easily within arduinoIDE....
any ideas or code/projects that may work.....