embeded/eps82662023. 12. 11. 15:44

minicom이나 리눅스용 putty로 쇼를 해도 안되서

결국에는 arduino 설치하고 시리얼 터미널로 테스트하니 응답한다

Both NL & CR로 해주어야 응답한다. (망할!)

 

[링크 : https://techposts.org/flash-nodemcu-v3-stock-firmware/]

[링크 : https://github.com/sleemanj/ESP8266_Simple/blob/master/firmware/README.md]

 

v1.1.1
ai-thinker-v1.1.1.bin

the default baud rate is 115200
Important Note: The AT command must be end with "\r\n". For Arduino, must type the AT command like this

Serial1.print("AT+GMR\r\n");

Not like this:

Serial1.println("AT+GMR");

So the hardwareSerialMonitor sketch will not work now.

v0.9.5.2
ai-thinker-0.9.5.2-9600.bin
The default baud rate is 9600
ai-thinker-0.9.5.2.bin
The default baud rate is 115200
AT+GMR

AT version:0.21.0.0
SDK version:0.9.5

v0.9.5 beta
ai-thinker-0.9.5.bin
AT+GMR

00200.9.5(b1)
compiled @ Dec 25 2014 21:40:28
AI-THINKER Dec4

[링크 : https://wiki.aprbrother.com/en/Firmware_For_ESP8266.html]

 

어디서 받아야하나?

[링크 : https://www.espressif.com/en/support/download/at

 

 

+

AT 명령어

[링크 : https://blog.naver.com/ssshin22/220868021464]

[링크 : https://www.espressif.com/sites/default/files/4a-esp8266_at_instruction_set_en_v1.5.4_0.pdf]

'embeded > eps8266' 카테고리의 다른 글

esp8266 wifi at 명령어  (0) 2023.12.12
esp8266 esptool.py  (0) 2023.12.11
esp8266 microUSB 연결 2  (0) 2023.12.11
esp8266 arduino  (0) 2023.12.09
esp8266 SDK  (0) 2023.12.04
Posted by 구차니