Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By Steven Park
#19850 Hi
I've not had any problem with my ESP8266.
But today, it is not working well.
It's supposed to return AT commands on the serial monitor but, it returns only one character per every receive.
[youtube]https://www.youtube.com/watch?v=HibxreuAJxc[/youtube]
User avatar
By Stephen
#19876 Looks like you don't have it in the correct baudrate. I think it defaults to 9600 on boot, but my Arduino is configured for 115200. You can check your settings on the Arduino IDE as well.
User avatar
By Steven Park
#19896 I checked the baudrate but, it is still not working.
Is my module broken? I connected TX pin from arduino to RX of esp8266 with a 1K and a 2K resistors.
I think the other pins are connected correctly.
User avatar
By Marc_H
#20227 which pins are exactly connected?
Do you use the resistors as a voltage divider? The ESP8266 pins are not 5v tolerant! 5V can destroy the Chip?
Please post your code!