Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By icamaster
#5391 I found this custom firmware on at-thinker. What do you say? Haven't tested yet.
Using google translate, from their forum :
*Update Log
An amendment to the restart frequently executed serial AT commands problem with large amounts of data stops responding problem
2 no longer picky serial debugging software, support PuTTY, SecureCRT and other serial debugging tools, the AT command at the end, is not mandatory \ r \ n, CR or LF can, CRLF can
3 AT + CIPAP? AT returns the IP address of the module current AP mode + CIPAP = "192.168.4.2" Setting the IP address of the AP mode
4 AT + CIPSTA? View IP address AT STA mode + CIPSTA = fixed IP "192.168.1.2" STA mode setting above operations are effective immediately without restarting
5 AT + CIPAPMAC query the current MAC address of the AP mode settings for the current MAC address of the AP mode AT + CIPAPMAC =? "1a: fe: 34: 9e: 34: a9"
6 AT + CIPSTAMAC exercise MAC address AT STA mode + CIPSTAMAC =? "18: fe: 34: 9e: 34: a9" AP mode settings for the current MAC address
7 AT + CIOADC command reads the ADC value Note: ADC input voltage range is between 0V to 1V! 0 to 1024,10 bit precision
8 AT + CIOREAD command reads the GPIO AT + CIOREAD = 0 reads GPIO0 level assumptions GPIO0 is high, it will return 1: HIGH, otherwise it returns 0: LOW GPIO range of digital, GPIO0, GPIO16 can
9 AT + CIOWRITE command to set the GPIO AT + CIOWRITE = 0,0 setting GPIO0 level is low AT + CIOWRITE = 16,1 set of high level GPIO16
10 baud rate support wider 110,300,600,1200,2400,4800,9600,19200,38400,57600,74880,115200,230400,256000,460800,921600
You do not have the required permissions to view the files attached to this post.
User avatar
By rudi
#5784 [quote="icamaster"]I found this custom firmware on at-thinker.
[quote]
merry christmas!
do you have a link too?
txs
;-)
User avatar
By Polygram
#17743 Great firmware. It works. Once I used this firmware, i was able to use some of the commands that I couldnt use before like AT+CIPAP.