- Thu Jul 16, 2015 1:58 am
#23388
Hello,
thanks for your reply.
The IDE normally works on 115200 for serial to the ESP8266
This has been my first issue with the ESP-01 module.
When I received it, it was set at 115200 and I could only see something with AT commands sent from Arduino with direct connections to Tx and Rx and Serial monitor speed set at 115200.
Later on, I re-flashed it with AT firmware v0.9.5.2 which sets it by default at 9600 and this allowed me to run with success some examples of AllAboutEE with AT commands sent from Arduino.
At the moment I am using Arduino IDE at 9600.
Should I change it back to 115200? And should I set the baud rate of ESP-01 at 115200?
I am not sure but to use the Serial object you may need to start with
#include <ESP8266WiFi.h>
I can try, but I think that it is needed only when the code uses the WiFi library (like the WiFiWebServer example).
Lastly watch how you connect up the ESP8266 to the FTDI. If you are trying to run the ESP8266 and use the recomended circuit with DTR and RTS, using the Serial Monitor will play with these lines and put the ESP8266 in the wrong mode.
I am not using DTR and RTS on my FTDI. I only connect Gnd-Gnd, Rx-Tx and Tx-Rx.