Arduino IDE board – ESP8266 WiFi chip

Espressif logo

arduino board icon

Website

Informatie (ENG)

This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external microcontroller required.

ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and UDP, set up HTTP, mDNS, SSDP, and DNS servers, do OTA updates, use a file system in flash memory, work with SD cards, servos, SPI and I2C peripherals.

Hoe te gebruiken/installeren?

1) Installeren van Arduino IDE boards

Dit board wordt geïnstalleerd via de “board manager”, de link:

http://arduino.esp8266.com/stable/package_esp8266com_index.json

de bestanden worden geïnstalleerd naar:

c:\Users\[GEBRUIKER]\AppData\Roaming\Arduino15\packages\

Herstart Arduino IDE na de installatie.

Download ESP8266 board @ Github.com