[熱情]

ESP8266 본문

Arduino/기타 모듈

ESP8266

rootkaien 2016. 1. 15. 17:09


시작전. 관련 사이트 모으기. 


http://blog.3mdeb.com/2015/01/24/power-on-of-esp-12/

http://luyin.tistory.com/403

http://blog.naver.com/cimygy/220533660117

http://blog.naver.com/cimygy/220529105393


http://forum.hobbycomponents.com/viewtopic.php?f=74&t=1777






- esp8266을 사용할때 전원은 3.3v를 사용한다

- USB 시리얼에서 3.3V를 출력있어서 사용하였지만. 전원과 그라운드가. 불안한지. 잘 안됨..  그래서 아두이노 메가에서 나오는 3.3v와 GND를 사용함

- 기본적으로 AT모드를 설치되어 있음




참고 영상

- https://youtu.be/x-mpltUzK5I


선연결





- VCC ---- 3.3V

- CH_PD ---- 3.3V

- GND ---- GND

- GPIO 15 ---- GND

- RXD ---- USB TXD

- TXD ---- USB RXD




업데이트 할때.. 


esp8266에서 펌웨어를 업데이트를 할때는 GPIO 0 를 LOW(GND)로 하면 flash 모드로 된다. 연결하고 리셋~~



http://paeton.tistory.com/64






AT Mode 일때 명령어..

- http://www.pridopia.co.uk/pi-doc/ESP8266ATCommandsSet.pdf

- http://room-15.github.io/blog/2015/03/26/esp8266-at-command-reference/



리셋

AT+RST


모두 변경

AT+CWMODE=1

1 : client

2 : AP

3 : Client & AP


AT를 검색해줌

AT+CWLAP


연결

AT+CWJAP="SSID","PASS"




Comments