Page 1 of 1

ESP32 AT COMMANDS

Posted: Wed May 22, 2019 4:38 pm
by Stefano84
Hi,

The ESP32-WROVER AT Bin V1.1.2 application does not work. I get "ready" but then it doesn't work. I receive only the echo of everything I write.

Can anyone help me?

I use flash_download_tools_v3.6.5 with this bin files:

0x1000 bootloader/bootloader.bin
0x20000 at_customize.bin
0x21000 customized_partitions/ble_data.bin
0x24000 customized_partitions/server_cert.bin
0x26000 customized_partitions/server_key.bin
0x28000 customized_partitions/server_ca.bin
0x2a000 customized_partitions/client_cert.bin
0x2c000 customized_partitions/client_key.bin
0x2e000 customized_partitions/client_ca.bin
0xf000 phy_init_data.bin
0x100000 esp-at.bin
0x8000 partitions_at.bin

Thank you

Re: ESP32 AT COMMANDS

Posted: Thu May 23, 2019 1:44 am
by ESP_Sprite
Is your terminal using a cr/lf combo to end lines? I think that's what the AT firmware expects; if this is set wrong, it'll think you're still busy entering the first line.

Re: ESP32 AT COMMANDS

Posted: Thu May 23, 2019 7:00 am
by Stefano84
You are right. Thanks a lot. Resolved.

Re: ESP32 AT COMMANDS

Posted: Thu May 23, 2019 1:44 pm
by Stefano84
I have another question for you.
Is it possible to have AT commands for classic bluetooth? (no BLE)
Thank you