Revert back after writing sketch to ESP8266-01?
Posted: Mon Sep 26, 2016 10:39 am
If I use sketch to write some code to an ESP8266-01 and then later on want to go back to using the ESP8266 as a peripheral device with my arduino, is it as simple as writing a blank sketch to the ESP8266?
To elaborate in more detail, right now I can control the ESP8266 with AT commands from my arduino. The arduino is doing all the logic and telling the ESP8266 what to do. After I flash some sketch over to the ESP8266 it will be doing the wifi logic all on it's own. Later on I may want to undo that. Hopefully that makes sense.
To elaborate in more detail, right now I can control the ESP8266 with AT commands from my arduino. The arduino is doing all the logic and telling the ESP8266 what to do. After I flash some sketch over to the ESP8266 it will be doing the wifi logic all on it's own. Later on I may want to undo that. Hopefully that makes sense.