ESP8266 not responding to arduino sketch
Posted: Fri Nov 13, 2015 7:18 am
Hi,
I am using ESP8266 - 01 with default baud rate 115200 and Arduino UNO for my mini project. I interfaced ESP with Arduino and send AT commands via Serial monitor. The ESP responded properly. But when I send the AT commands from the Arduino sketch
Thanks
I am using ESP8266 - 01 with default baud rate 115200 and Arduino UNO for my mini project. I interfaced ESP with Arduino and send AT commands via Serial monitor. The ESP responded properly. But when I send the AT commands from the Arduino sketch
Code: Select all
the ESP is not responding. Please help if anyone know how to solve this issue.Serial.println("AT");
Thanks