ESP8266 Part 1a

ARDUINO IDE PROGRAMMING

The goal with this article is to show how to write and deploy code on the ESP8266 module using the Arduino IDE. We will be uploading a simple blink LED program.

The ESP8266 module used is from sparkfun. In a nutshell "The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give any microcontroller access to your WiFi network. The ESP8266 is capable of either hosting an application or offloading all WiFi networking functions from another application processor."

HARDWARE

ESP8266 Pinout

Connecting the ESP8266 with Arduino

SOFTWARE

Install the ESP8266 Library on Arduino IDE

Compile code for the ESP8266

Upload the code Procedure


Leave a Reply

Your email address will not be published. Required fields are marked *

Index