Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By pcm2a
#55716 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.