-->
Page 2 of 3

Re: [Info] Search for details, concerning flashing ESP12

PostPosted: Wed Oct 25, 2017 7:44 am
by rudy
Serial transfers take time and why should we have to wait until the end to find out that the beginning failed?

https://github.com/espressif/esptool

Re: [Info] Search for details, concerning flashing ESP12

PostPosted: Wed Oct 25, 2017 12:34 pm
by oxurane
In general, I can fully agree about your point of view.
But Rudi, trust me, I got a very good and sound reason to search for possibilities concerning "blind" datatransfer.

Re: [Info] Search for details, concerning flashing ESP12

PostPosted: Mon Oct 30, 2017 3:15 pm
by kenn
You could program an arduino as the intermediary: blind flash to the arduino, then the arduino does the upload to the ESP8266.

Re: [Info] Search for details, concerning flashing ESP12

PostPosted: Tue Nov 14, 2017 1:07 am
by oxurane
A bit late response from me : thank you Kenn for your reply !
It's looks like a pretty nice solution. Can provide a link to info, about how to the Arduino will proces the upload to the ESP8266 ? (maybe sourcecode)