-->
Page 1 of 1

Sending AT's to my esp8266

PostPosted: Wed Nov 25, 2015 3:22 am
by YassinAtwa
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..