I have an ESP-07 and an ESP-12F.
Programming works on both of them but only the ESP-12F reacts on AT
commands.
I use the Arduino IDE and a CP2102 adapter for uploading sketches and
its serial monitor for AT commands.
I also did use putty to check the boot output of the ESP-07 at 74880
baud.
Both ESPs have soldered pin headers and were plugged into the same
breadboard.
I have flashed the latest firmware to the ESP-07 (s. screenshot).
Flashing went flawlessly, but AT commands still do not work.
I did try all the baud rates between 9600 and 115200 but there is just
no reaction on AT commands with the ESP-07.
Here is the boot output from the current firmware:
1 | 2nd boot version : 1.7(5d6f877)
|
2 | SPI Speed : 40MHz
|
3 | SPI Mode : QIO
|
4 | SPI Flash Size & Map: 8Mbit(512KB+512KB)
|
5 | jump to run user1 @ 1000
|
6 |
|
7 | correct flash map
|
8 | V2
|
9 | Mo
|
How can I get AT commands to work with the ESP-07?