Blog
Installing ESP8266 Libraries to the Arduino IDE
The ESP8266 Wifi board allows for control of input and output pins similar to Arduino, but with wireless capabilities. You can run a a full HTTP web server with HTML, CSS, and Javascript to interact with, or display data from the ESP8266 module and any sensors or peripherals you have. Learn how to install the ESP8266 libraries to the Arduino IDE so that you can write code to upload to an ESP8266 Wifi board.