AT firmware not working
Posted: Sun Jul 14, 2019 9:35 am
I am new to esp32.
I would like to use ESP32 WROOM together with TM4C129 microcontroller in my new project and I need AT commands to communicate with ESP32.
I have used flash_download_tools_v3.6.6.exe to download AT Firmware into ESP32 Flash as this is decribed in esp32_at_instruction_set_and_examples_en.pdf - #1.2
using default debug UART0 connected to the PC via UART to RS232 converter.
I have used two buttons connecter to EN and IO0 to enter in bootloadin mode.
After finish of downloading and restarting I receive "Ready" on UART1 ( default AT commands UART) and I receive echo on the commands I sent ( each command ends with CR-LF), but I not receive "OK" and commands are not executed at all.
Where I have to read about this issue?
Thank you in advance!
I would like to use ESP32 WROOM together with TM4C129 microcontroller in my new project and I need AT commands to communicate with ESP32.
I have used flash_download_tools_v3.6.6.exe to download AT Firmware into ESP32 Flash as this is decribed in esp32_at_instruction_set_and_examples_en.pdf - #1.2
using default debug UART0 connected to the PC via UART to RS232 converter.
I have used two buttons connecter to EN and IO0 to enter in bootloadin mode.
After finish of downloading and restarting I receive "Ready" on UART1 ( default AT commands UART) and I receive echo on the commands I sent ( each command ends with CR-LF), but I not receive "OK" and commands are not executed at all.
Where I have to read about this issue?
Thank you in advance!