I am building a WiFi-controlled servo project using an Arduino Nano clone, an ESP8266 (ESP01), a G9133 3.3 V voltage regulator, and a generic 9g micro servo. I just realized, it looks like the ESP01 is actually an ESP01S. I’m not sure if that changes anything.
I am coding it with the Arduino online code editor. Here is where I got the code/tutorial. All the code I used is supposed to do is set up the capability to use AT commands and send the AT+GMR command at the beginning.
Here is what is happening:
The LED on the ESP01 blinks once or twice on power up, but not again. Not sure if this is bad.
When sending AT commands, I just get “busy p… ERROR”
It is, however, able to send the AT+GMR command successfully once at the beginning (which it does in the code), but some of it is messed up.
These are the only baud rate settings I could get results with, shown in the picture of code. There is a picture of the serial monitor as well. I did include pictures of the physical circuit, but I don’t think that’s where the problem is.
I am coding it with the Arduino online code editor. Here is where I got the code/tutorial. All the code I used is supposed to do is set up the capability to use AT commands and send the AT+GMR command at the beginning.
Here is what is happening:
The LED on the ESP01 blinks once or twice on power up, but not again. Not sure if this is bad.
When sending AT commands, I just get “busy p… ERROR”
It is, however, able to send the AT+GMR command successfully once at the beginning (which it does in the code), but some of it is messed up.
These are the only baud rate settings I could get results with, shown in the picture of code. There is a picture of the serial monitor as well. I did include pictures of the physical circuit, but I don’t think that’s where the problem is.