arduino-esp32/libraries
2020-11-15 12:00:55 -07:00
..
ArduinoOTA Trailing spaces (#3738) 2020-11-02 22:11:26 +02:00
AsyncUDP Initial Commit 2020-11-04 00:52:28 +02:00
BLE Merge branch 'master' into idf-release/v4.2 2020-11-10 20:52:25 +02:00
BluetoothSerial Some CDC and BTSerial compatibility fixes 2020-11-04 01:11:28 +02:00
DNSServer adds debugging to dnsserver (#1046) 2020-10-03 02:59:55 +03:00
EEPROM Initial IDF-4.0 port 2020-11-04 00:28:05 +02:00
ESP32 Disable IRAM ISRs and functions by default 2020-11-04 01:07:18 +02:00
ESPmDNS more example fixes 2020-11-04 01:06:08 +02:00
FFat Added usedBytes to match other filesystems (#4534) 2020-11-15 08:48:21 +02:00
FS rmdir causes issues in SPIFFS. Fixes #4138, albeit not very cleanly (#4154) 2020-10-01 13:52:24 +03:00
HTTPClient Merge branch 'master' into idf-release/v4.2 2020-11-06 13:27:35 +02:00
HTTPUpdate Add missing slashes in HTTPUpdate examples (#4238) 2020-10-03 02:13:27 +03:00
HTTPUpdateServer HTTPUpdateServer library (#4244) 2020-11-02 19:16:23 +02:00
LITTLEFS Idf release/v4.2 - corrections of LITTLEFS and tools (#4515) 2020-11-10 10:19:34 +02:00
NetBIOS Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
Preferences Added isKey method to Preferences (#4441) 2020-11-03 17:03:04 +02:00
SD Merge branch 'master' into idf-release/v4.2 2020-11-06 22:28:28 +02:00
SD_MMC Updated SD_MMC init to match changes upstream 2020-11-15 12:00:55 -07:00
SimpleBLE skip some examples 2020-11-04 00:55:56 +02:00
SPI Update SPI_Multiple_Buses.ino 2020-11-04 00:55:55 +02:00
SPIFFS Add partition label argument to SPIFFS (#4443) 2020-11-02 18:47:36 +02:00
Ticker Fix long Ticker period conversion: cast ms to uint64_t when calculating us (#3175) 2019-09-05 10:34:47 +03:00
Update Adding LITTLEFS after esp_littlefs (IDF) is built-in (#4483) 2020-11-04 01:20:58 +02:00
USB Create USB_NOT.h 2020-11-04 01:11:28 +02:00
WebServer Fix issue in webserver with Chrome based browsers 2020-11-15 08:46:23 +02:00
WiFi Provisioning Fixes (#4522) 2020-11-12 14:31:59 +02:00
WiFiClientSecure Initial IDF-4.0 port 2020-11-04 00:28:05 +02:00
Wire some i2c fixes 2020-11-04 01:06:44 +02:00
README.md Added a description README.md for libraries (#3349) 2019-10-14 20:37:09 +03:00

ESP32 Libraries

arduino-esp32 includes libraries for Arduino compatibility along with some object wrappers around hardware specific devices. Examples are included in the examples folder under each library folder. The ESP32 includes additional examples which need no special drivers.

ArduinoOTA

Over The Air firmware update daemon. Use espota.py to upload to the device.

AsyncUDP

Asynchronous task driven UDP datagram client/server

AzureIoT

Library to interact with Microsoft Azure IoT services

BLE

Bluetooth Low Energy v4.2 client/server framework

BluetoothSerial

Serial to Bluetooth redirection server

DNSServer

A basic UDP DNS daemon (includes captive portal demo)

EEPROM

Arduino compatibility for EEPROM (using flash)

ESP32

Additional examples

  • AnalogOut
  • Camera
  • ChipID
  • DeepSleep
  • ESPNow
  • FreeRTOS
  • GPIO
  • HallSensor
  • I2S
  • ResetReason
  • RMT
  • Time
  • Timer
  • Touch

ESPmDNS

mDNS service advertising

FFat

FAT indexed filesystem on SPI flash

FS

Filesystem virtualization framework

HTTPClient

A simple HTTP client, compatible with WiFiClientSecure

HTTPUpdate

Download a firmware update from HTTPd and apply it using Update

NetBIOS

NetBIOS name advertiser

Preferences

Flash keystore using ESP32 NVS

SD

Secure Digital card filesystem using SPI access

SD_MMC

Secure Digital card filesystem using 4-lane access

SimpleBLE

Minimal BLE advertiser

SPI

Arduino compatible Serial Peripheral Interface driver (master only)

SPIFFS

SPI Flash Filesystem (see spiffs-plugin to upload to device)

Ticker

A timer to call functions on an interval

Update

Sketch Update using ESP32 OTA functionality

WebServer

A simple HTTP daemon

WiFi

Arduino compatible WiFi driver (includes Ethernet driver)

WiFiClientSecure

Arduino compatible WiFi client object using embedded encryption

Wire

Arduino compatible I2C driver (master only)