Page 1 of 1

Unable to setup esp AT commands bin

Posted: Wed Feb 06, 2019 6:54 pm
by wnoliveira
Hi all.

I am trying yo setup the at-commands module by flashing the esp-at.bin into the esp32 flash. However, I've trie to follow all the instructions on AT commands PDF and also some videos, but nothing works yet.

In the last AT version (https://www.espressif.com/en/support/download/at - V1.13) the avaiable bin files are:
-> at_customize;
-> blank;
-> esp-at;
-> factory;
-> partitions_at;
-> phy_init_data.

Which files I must download to esp, and in what address?

If someone can explain, I will be very aprecciated :D .

Regards.

Re: Unable to setup esp AT commands bin

Posted: Thu Feb 07, 2019 4:29 am
by ESP_Sprite
Have you looked at section 1.2 of the AT documentation?

Re: Unable to setup esp AT commands bin

Posted: Thu Feb 07, 2019 10:37 am
by wnoliveira
Definitely.

But it's really not clarifying to what I should download at what addr... :?

Re: Unable to setup esp AT commands bin

Posted: Thu Feb 07, 2019 11:35 am
by ESP_igrr
The flashing addresses are in /ESP32_AT_BIN/download.config.

Re: Unable to setup esp AT commands bin

Posted: Thu Feb 07, 2019 12:41 pm
by wnoliveira
ESP_igrr wrote:
The flashing addresses are in /ESP32_AT_BIN/download.config.

Ok, I didn't notice that. That helps me a lot!

I successfully downloaded the binaries, as you can see in the module's response in my serial monitor:

Image

However, the module doesn't answer the "AT"+CR+LF echo test. The initialization is correct?

Re: Unable to setup esp AT commands bin

Posted: Thu Feb 07, 2019 2:10 pm
by wnoliveira
Hi all.

Problem solved :D

The default serial for AT commands are not the same that show logs and download the bin. There is another serial for that.

All is working fine now.

Thanks a lot for the help.

Re: Unable to setup esp AT commands bin

Posted: Fri Feb 15, 2019 8:18 pm
by harthenry
Can you post how you accomplished this task -- I am in the same boat

Re: Unable to setup esp AT commands bin

Posted: Mon Mar 11, 2019 11:15 am
by Fantalucio
harthenry wrote:
Fri Feb 15, 2019 8:18 pm
Can you post how you accomplished this task -- I am in the same boat
I'm in these boat too. :-(
Please, help me!

Ciao,
Lucio

Re: Unable to setup esp AT commands bin

Posted: Sat Mar 23, 2019 12:48 pm
by wnoliveira
Hi guys. It's basically open the flash addresses in /ESP32_AT_BIN/download.config (open this as a text file). After, be careful to use serial 2 to send and receive AT commands, not the main serial (those standard for dev kits).