-->
Page 1 of 1

Can't extract fw info and AT commands not working

PostPosted: Thu Nov 24, 2016 6:56 am
by zdravke
I have the web server code up and running, and getting responses from it. But, I can't get any response from AT commands, nor I can get any info in ESplorer (heap, chip info, chip id, etc). ESP8266 ESP01 is connected through FTDI and to 3.3V LDO regulator connected to USB 5v. I have two ESP01 boards that behave exactly the same. Firmware flash with nodemcu flasher works fine as well.

The code is from this page:
http://randomnerdtutorials.com/esp8266- ... duino-ide/

Re: Can't extract fw info and AT commands not working

PostPosted: Fri Nov 25, 2016 2:36 pm
by RichardS
Hope other people can help you I am not in the loop at all with the AT commands..... this is my one weak spot with ESP8266....

RichardS

Re: Can't extract fw info and AT commands not working

PostPosted: Sat Nov 26, 2016 2:21 am
by zdravke
Never mind, it was the firmware. I didn't know that flashing the code in Arduino ide overwrites firmware too. When I flash AT firmware it works with AT again. So I guess I can't have both.

Re: Can't extract fw info and AT commands not working

PostPosted: Sat Nov 26, 2016 8:23 am
by martinayotte
If you upload any other firmware, the AT firmware is gone/erased, so don't expect any AT command to work anymore.