arduino-esp32/libraries
2022-02-16 13:51:21 +02:00
..
ArduinoOTA Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
AsyncUDP Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
BLE HID_BRAILLE_DISPLAY (#6043) 2021-12-20 13:22:58 +02:00
BluetoothSerial Consistently change device index to singed integer in BluetoothSerial lib (#6109) 2022-01-17 16:31:58 +02:00
DNSServer Fix random CaptivePortal.ino crashes (#6206) 2022-01-31 13:25:43 +02:00
EEPROM remove _user_defined_size from EEPROM (#5775) 2021-10-25 09:15:47 +03:00
ESP32 Touch Sensor IDF Refactoring (#6194) 2022-02-03 19:06:12 +02:00
ESPmDNS Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
Ethernet Add KSZ8041 support (#6087) 2022-01-17 16:14:09 +02:00
FFat NTP Examples: revert obsolete comment and updated Time example (#6073) 2022-01-17 16:09:58 +02:00
FS SD.open() new feature for creating all folders in path (#5721) 2021-10-01 17:16:59 +03:00
HTTPClient Fix Check for _cookieJar in HTTPClient (#6266) (#6280) 2022-02-16 12:08:24 +02:00
HTTPUpdate NTP Examples: revert obsolete comment and updated Time example (#6073) 2022-01-17 16:09:58 +02:00
HTTPUpdateServer Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
LittleFS NTP Examples: revert obsolete comment and updated Time example (#6073) 2022-01-17 16:09:58 +02:00
NetBIOS Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
Preferences Include nvs_commit() on three methods (#5309) 2021-08-23 21:23:42 +03:00
RainMaker [Feature] Added Sonoff DUALR3 support with RainMaker example (#5980) 2021-12-14 14:35:10 +02:00
SD Fix - SD mount issue (#6162) 2022-01-31 13:01:01 +02:00
SD_MMC NTP Examples: revert obsolete comment and updated Time example (#6073) 2022-01-17 16:09:58 +02:00
SimpleBLE Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
SPI libraries/SPI/src/SPI.h: SPIClass: add method to get SS pin number (#5788) 2021-10-21 16:48:55 +03:00
SPIFFS NTP Examples: revert obsolete comment and updated Time example (#6073) 2022-01-17 16:09:58 +02:00
Ticker Implement Ticker::active() (#6148) 2022-01-18 17:40:03 +02:00
Update Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
USB Fix build error when compiling with verbose logging (#5747) 2021-10-11 13:00:25 +03:00
WebServer Update RequestHandlersImpl.h (#6179) 2022-01-31 13:09:04 +02:00
WiFi Fixes softAPConfig() return (#6294) 2022-02-16 13:51:21 +02:00
WiFiClientSecure Support the updated MbedTLS in ESP-IDF v4.4 (#6243) 2022-02-07 13:42:22 +02:00
WiFiProv Add conditional include to WiFiProv.h (#6192) 2022-01-31 13:06:39 +02:00
Wire Refactoring TwoWire::requestFrom() headers in Wire.cpp (#5935) 2021-12-14 16:25:01 +02:00
README.md [Examples] README revision to include missing and remove old entries (#6049) 2021-12-21 15:00:37 +02: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

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

Ethernet

Ethernet networking

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

HTTPUpdateServer

Upload a firmware for the update from HTTPd

LittleFS

LittleFS (File System)

NetBIOS

NetBIOS name advertiser

Preferences

Flash keystore using ESP32 NVS

ESP RainMaker

End-to-end platform by Espressif that enables Makers to realize their IoT ideas faster

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

USB

Universal Serial Bus driver (device only)

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