AT Firmware Error
Posted: Fri Sep 21, 2018 6:14 pm
I am having some difficulties. I tried to update the AT firmware with the firmware from Espressif's resource page. I think the firmware was successfully updated. I tried to update many different ways and the same error occurs. I downloaded the esp32-at git repo and used make flash, I used the latest ESPFlashDownloadTool_v3.6.4 (using both the individual bins and factory bin), and I even used esptool.py, writing the factory.bin file and I cannot access the ESP32-WROOM module through UART (IO16 and IO17). However, I can send an AT command through a UART connection on an Arduino compatible board and I get this message in return:
AT
ERR CODE:0x01030000
ERROR
and because I have a loop listening to the RX bus, I get this if I reset the module:
ready
I don't know what is going on. I am getting frustrated. I can't get a simple OK from the command AT.
AT
ERR CODE:0x01030000
ERROR
and because I have a loop listening to the RX bus, I get this if I reset the module:
ready
I don't know what is going on. I am getting frustrated. I can't get a simple OK from the command AT.