Home › Forums › Mayfly Data Logger › ESP8266 › Reply To: ESP8266
2019-02-15 at 5:23 PM
#12794
SOLUTION:
I changed the default baud rate on the ESP8266 from 115200 to 9600 and things started working. The AT command I used was AT+UART_DEF=9600,8,1,0,0
Here is where I found this command:
https://arduino.stackexchange.com/questions/24156/how-to-change-baudrate-of-esp8266-12e-permanently
Just curious why the ESP8266 wasn’t working at 115200? Does the Mayfly not support this baud rate?