-->
Page 1 of 2

AT Command not responding in ESP8266 ESP-03 Module

PostPosted: Tue Jan 27, 2015 12:05 am
by embedded.ashu
I got a ESP8266 ESP-03 Module.
I make the module up.

This what i am getting on minicom console

2Y�Y�i4t�����84$H%����BH����<ұ
[Vendor:www.ai-thinker.com Version:0.9.2.4]

ready


But AT command is not responding. :(

Re: AT Command not responding in ESP8266 ESP-03 Module

PostPosted: Tue Jan 27, 2015 5:47 am
by gbm
Make sure to end the command with CR, LF - press Enter, then Ctrl-J

Re: AT Command not responding in ESP8266 ESP-03 Module

PostPosted: Wed Jan 28, 2015 12:15 am
by embedded.ashu
gbm wrote:Make sure to end the command with CR, LF - press Enter, then Ctrl-J


Thanks its working.
the problem is CR, LF. i pressed Enter and the Ctrl-j and it works

Re: AT Command not responding in ESP8266 ESP-03 Module

PostPosted: Wed Jan 28, 2015 10:18 am
by martinayotte
embedded.ashu wrote:Thanks its working.
the problem is CR, LF. i pressed Enter and the Ctrl-j and it works


you can use "picocom --omap crcrlf -b 115200 /dev/ttyUSB0", it will automatically send CRLF each time you hit enter.