Arduino WiFi
Add WiFi(ESP8266) to Arduino UNO
If ESP-01 Adapter is used, Connect VCC=5V.
If ESP9266 module is used, Connect VCC=3.3V

아두이노(Arduino) 인터넷 연결하기: ESP-01(ESP8266) 와이파이 모듈(Wifi module) 어댑터 배선 \
Arduino sketch code
First use UNO-PC Serial Baud 9600, UNO-ESP Serial Baud 115200
In Serial Monitor (Baud 9600) : Type
Now, we have changed ESP8266 Serial to 9600.
Modify the Arduino Sketch to ESPserial.begin(115200); and upload again.
ESP8266 와이파이 모듈은 네트워크 연결에 대해 3가지 모드를 제공합니다.
Station mode: ESP8266 모듈이 client로 wifi 기능만 함 (본 예제에서 모드 1 사용)
AP mode: ESP8266 모듈이 Access Point가 됨
AP + Station mode: AP와 client 둘 다 됨
\

Reference
Last updated
Was this helpful?
