-->
Page 1 of 2

Arduino IDE 1.6.6 - does any sketch upload kill legacy firmw

PostPosted: Tue Nov 10, 2015 5:03 pm
by bubba198
Hi everyone,

I hope this isn't a trivial question: when using the Arduino IDE 1.6.6 properly loaded with the ESP 8266 support via the custom URL - does the very first sketch upload replace legacy AT firmware which ESP 8266-01 comes with?

In other words once I upload anything produced by the Arduino IDE, the ESP module won't be usable anymore in its basic AT command mode?

Or does the sketch add on top of the default AT command firmware executing independently and concurrently with anything that the module might be doing as a result of AT commands such as connecting, accepting data, etc?

Thank you!

Re: Arduino IDE 1.6.6 - does any sketch upload kill legacy f

PostPosted: Tue Nov 10, 2015 7:19 pm
by sej7278
yes, uploading anything using the arduino ide kills the AT firmware, same as nodemcu or anything else would.

Re: Arduino IDE 1.6.6 - does any sketch upload kill legacy f

PostPosted: Tue Nov 10, 2015 9:20 pm
by martinayotte
Only ONE firmware can be uploaded at a time !
Don't try to dream having 2 firmwares running together by miracle ! :ugeek:

Re: Arduino IDE 1.6.6 - does any sketch upload kill legacy f

PostPosted: Wed Nov 11, 2015 9:33 pm
by mrburnette
bubba198 wrote:<...>
In other words once I upload anything produced by the Arduino IDE, the ESP module won't be usable anymore in its basic AT command mode? ...


Of course, you can use one if the available reflashing tools and restore the AT firmware.

Ray