Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By selfbg
#8767 Hello,

I'm trying build at example from SDK 0.9. 5. The build is successful but when I flash the ESP and boot the board, the at-commands does not respond. I'm still having echo but thats all.

Where I'm wrong?

I've tried this from bin/at/readme:
Code: Select all(2)New ( Espressif recommended )

download:
boot_v1.2.bin      0x00000
user1.512.new.bin  0x01000
blank.bin          0x3e000 & 0x7e000


Also this:
Code: Select all!!!
No boot needed.
Generate eagle.flash.bin and eagle.irom0text.bin successully in folder bin.
eagle.flash.bin-------->0x00000
eagle.irom0text.bin---->0x40000
!!!
User avatar
By timbos
#10125 Not entirely related, but I've found that the AT firmware requires CRLF line endings, and not LF like my terminal sends. If I only send LF after a command, I get an echo of it back but no action.

Perhaps the same is happening for you?