-->
Page 1 of 3

AT commands found in firmwares

PostPosted: Wed Mar 25, 2015 6:43 am
by zoomx
I used Strings.exe by Mark Russinovich to find every string in two firmwares.

The first one is the on in the file ESP_8266_BIN0.92.bin and I found these commands

Code: Select all+RST
+GMR
+CWMODE
+CWJAP
+CWLAP
+CWQAP
+CWSAP
+CWLIF
+CIFSR
+CIPSTATUS
+CIPSTART
+CIPCLOSE
+CIPSEND
+CIPMUX
+CIPSERVER
+CIPMODE
+CIPSTO
+CIUPDATE

The cloud update site is iot.espressif.cn

The second one is the v0.9.5.2 AT Firmware.bin by AI-THINKER (AT version:0.21.0.0 SDK version:0.9.5 using AT+GMR)
It has a lot of commands

Code: Select all+RST
+GMR
+GSLP
+IPR
+RESTORE
+CWMODE
+CWJAP
+CWLAP
+CWQAP
+CWSAP
+CWLIF
+CWDHCP
+CWAUTOCONN
+CIFSR
+CIPSTAMAC
+CIPAPMAC
+CIPSTA
+CIPAP
+CIPSTATUS
+CIPSTART
+CIPCLOSE
+CIPSEND
+CIPMUX
+CIPSERVER
+CIPMODE
+CIPSTO
+CIUPDATE
+CIPAPPUP
+PING
+UART

+CHELLO
+CSYSWDTENABLE
+CSYSWDTDISABLE
+CSYSWDTCLEAR
+CSYSHEAP
+CIOBAUD
+CIOMODE
+CIOWRITE
+CIOREAD
+CIOADC
+CWSMARTSTART
+CWSMARTSTOP


but some of them seems not work like +PING.
The cloud update site is iot.vowstar.net but when updating from there my module start printing symbols in UART and I have to reflash to recover it

Re: AT commands found in firmwares

PostPosted: Fri Mar 27, 2015 11:49 am
by canibalimao
Those symbols may be telling you to change the baudrate. Am I wrong?

Re: AT commands found in firmwares

PostPosted: Fri Mar 27, 2015 1:10 pm
by zoomx
I checked different baud rates without any success!
I believe that I get the same error described here
viewtopic.php?f=6&t=1345

Re: AT commands found in firmwares

PostPosted: Thu Apr 09, 2015 6:29 am
by Koelie2
Here is a text document explaining all the AT documents in V0.9.5.2 it is in chinese but if you use google translate it is useful!

https://www.dropbox.com/s/zi6saj24vul8t22/AT-Espressif%20%20AT%20%E6%8C%87%E4%BB%A4%E9%9B%86_AIThinkerMod_v021.pdf?dl=0

have fun :)