-
Installation · ESP8266 Arduino Core
sketchbook directory (usually
<Documents>/Arduino), or the directory of Arduino application itself, the choice is up to you.
Clone this repository into hardware/esp8266com/esp8266 directory. Alternat...
-
Reference · ESP8266 Arduino Core
INPUT.
Pins may also serve other functions, like Serial, I2C, SPI. These functions are normally activated by the corresponding library. The diagram below shows pin mapping for the popular ESP-12 modul...
-
Libraries · ESP8266 Arduino Core
call
WiFi.macAddress(mac) is for STA,
WiFi.softAPmacAddress(mac) is for AP.
WiFi.localIP() is for STA,
WiFi.printDiag(Serial) will print out some diagnostic info
WiFiUDP class supports sending and ...
-
· ESP8266 Arduino Core
Welcome to the ESP8266 Arduino core documentation, version 2.3.0-rc2.
Links on the left will take you to various sections.
-
Supported Hardware · ESP8266 Arduino Core
ESPresso Lite 1.0
ESPresso Lite 1.0 (beta version) is an Arduino-compatible Wi-Fi development board powered by Espressif System's own ESP8266 WROOM-02 module. It has breadboard-friendly breakout pins ...
-
File System · ESP8266 Arduino Core
Flash layout
Even though file system is stored on the same flash chip as the program, programming new sketch will not modify file system contents. This allows to use file system to store sketch data, ...