
I'd rather avoid setting up for firmware update, if any simpler solution can be tried. May you suggest any attempt to reestablish the connection? Any way to reset the last command result?

I consequently adjusted the serial speed on the Arduino side, with esp8266.begin(9600), but could never obtain any further communication with the module.Ĭould the module have escalated to a different speed? I tried many of them (4800, 57600, 19200, back to 115200 etc.) but no clear response appeared on the monitor. Since these messages were interleaved by some garbage characters, I tried reducing the communication speed.įor this purpose I issued the command AT+IPR=9600 to the module, which immediately showed some action on the blue LED, an OK response on the console and finally resulted in the same LED being fixed on. ESP8266 Community Forum weird ascii characters on nodemcu serial 6 posts of 2 1 2 Next weird ascii characters on nodemcu serial 58964 By francesco.u - Thu 8:51 pm Hi guys, Ive bought three yellow NodeMcu Dev Boards (VER 0.9, yellow), unfortunately none of them seems to work. SoftwareSerial esp8266(2,3) Įsp8266.readBytes(buffer, sizeof(buffer)) Īfter setting the 115200 speed for the ESP8266Arduino serial communication, some clear boot messages and command responses appeared on the serial monitor.


After some trial and error, tonight my Arduino Uno began talking to an ESP8266 module, with the most common wiring, 3.3V power to the module from a well-sized external supply, direct connection of the 3.3V TX line, and a voltage divider to read from the 5V RX.
