Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By YassinAtwa
#34942 Hey!

I'm busy with a school project with building some accelerometer sensors that can send data through a wifi network.
Right now I'm testing the esp8266 by sending a bunch of basic AT's(in a infinite loop) to check where limit goes until the ESP8266 stop responding. The serial output to the esp8266 is performed by Arduino uno in stand alone mode and the baudrate is set to 115200. What I would like to know if there is some kind of AT Command buffer in the ESP8266? If there is some kind of limit of AT Commands that can be send to the esp8266 untill it stop reponding? I'm not sure if this topic is within the correct title..