Arduino Uno Esp 8266 Connection
Arduino Uno Esp 8266 Connection
Requirements
1. An ESP8266 module.
2. An Arduino UNO , UARTbee or any UART to USB device.
3. Jumper wires.
4. Arduino IDE version 1.6.6 or higher.
Wire up!
First we’ll need to identify the pinout of ESP8266.
To set the ESP8266 in programming mode you need to connect its wires like this:
ESP8266 UARTbee Arduino UNO
RXD TXD RX
GPIO0 GND GND
GPIO2 ——- ———-
GND GND GND
VCC 3.3V 3.3V
RST ——– ———–
CH_PD 3.3V 3.3V
TXD RXD TX
Note: If you are using an Arduino UNO you will need to set Arduino RST to GND. Please be careful
with the VCC of the ESP8266, it works only with a 3.3V supply.