The ESP8266 WiFi Module is a self-contained SOC that can give any microcontroller access to your WiFi network. It’s an extremely cost-effective board with a huge and ever-growing community. Each ESP8266 module comes pre-programmed with an AT command set firmware. This module has a powerful on-board processing and storage capability that allows it to act as a standalone microcontroller.
Following 2 easy steps, you can upload Arduino sketches on your ESP8266 using Arduino IDE.
- Configuring the IDE
- Making the circuit
Parts List:
- ESP 8266 Module.
- Jumper wires.
- A breadboard.
- One USB to TTL converter, a.k.a UART converter.
Configuring The IDE:
In order to bring support for ESP8266 chips to the Arduino environment, you need to add ESP8266 Arduino Core in the IDE.
NOTE: You must have Arduino IDE version 1.6.4 or higher. The latest version is highly recommended. Download the latest version of IDE from Arduino.cc.
- Install Arduino 1.6.8.
- Start Arduino and open Preferences window.
- Enter
http://arduino.esp8266.com/stable/package_esp8266com_index.json
into Additional Board Manager URLs field. (See the first image) - Open Boards Manager from Tools > Board menu and install esp8266 platform. (See the second image)
Add URL to “Preferences” in Arduino IDE
Select ESP8266 board from Board Manager