ESP-07 (8266) does not react on AT commands
Posted: Mon May 04, 2020 3:29 am
Hi all,
I am trying to use ESP-07 for the first time. The idea was to extend my Arduino nano appication with wifi.
But since 1 week i am fighting to get even a basic answer of the ESP on basic AT commands.
First trial was with Arduino, following the numerous guides in the forums, no success. I bought another ESP from different vendor (now AI-Thinker) and a FTDI (USB-TTL) interface with 3.3 volt, to try it without Arduino, and get rid of the 5V/3.3V issue. I have checked the simple wiring and application many times, and observing the signals with oscilloscope, no success. The ESP is supplied by a separate regulator to be sure, that the FTDI 3.3V is not overloaded, and i tried also to exchange RX/TX, change baud rates ...
I am using the serial interface from arduino IDE, NL and CR is turned on. When i send AT commands, i do not get any answer from ESP.
Only if i pull reset or Enable, the ESP is sending some signals, and if i use baud 74880 if is readable:
ets Jan 8 2013,rst cause:1, boot mode:(7,7)
waiting for host
Strange looks to me also the behviour of GPIO0, which should be used for bootmode activation. It is always sending out 27MHz clock full scale. Even if i pull it down with 220 Ohm to GND or 3.3V and start the device, it is driving with high power the 220 Ohm with 27MHz.
Is my assumption wrong, that the ESPs have usually a basic firmware installed by default?
Something is running completely wrong,
I am fighting now since 1 week with much frustration, any help and advice is very appreciated.
Thanks, Peter
I am trying to use ESP-07 for the first time. The idea was to extend my Arduino nano appication with wifi.
But since 1 week i am fighting to get even a basic answer of the ESP on basic AT commands.
First trial was with Arduino, following the numerous guides in the forums, no success. I bought another ESP from different vendor (now AI-Thinker) and a FTDI (USB-TTL) interface with 3.3 volt, to try it without Arduino, and get rid of the 5V/3.3V issue. I have checked the simple wiring and application many times, and observing the signals with oscilloscope, no success. The ESP is supplied by a separate regulator to be sure, that the FTDI 3.3V is not overloaded, and i tried also to exchange RX/TX, change baud rates ...
I am using the serial interface from arduino IDE, NL and CR is turned on. When i send AT commands, i do not get any answer from ESP.
Only if i pull reset or Enable, the ESP is sending some signals, and if i use baud 74880 if is readable:
ets Jan 8 2013,rst cause:1, boot mode:(7,7)
waiting for host
Strange looks to me also the behviour of GPIO0, which should be used for bootmode activation. It is always sending out 27MHz clock full scale. Even if i pull it down with 220 Ohm to GND or 3.3V and start the device, it is driving with high power the 220 Ohm with 27MHz.
Is my assumption wrong, that the ESPs have usually a basic firmware installed by default?
Something is running completely wrong,
I am fighting now since 1 week with much frustration, any help and advice is very appreciated.
Thanks, Peter