Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: ESP8266

Home Forums Mayfly Data Logger ESP8266 Reply To: ESP8266

#12794
Jon
Participant

    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?