arduino-esp32/libraries
Me No Dev af4099202d
IDF release/v5.3 (#10444)
* IDF release/v5.3 707d097b

* fix(camera): Remove support for face detection and recognition
2024-10-10 17:22:39 +03:00
..
ArduinoOTA Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
AsyncUDP Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
BLE Fix partitions for examples 2024-10-07 09:54:13 -03:00
BluetoothSerial Fix partitions for examples 2024-10-07 09:54:13 -03:00
DNSServer Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
EEPROM Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
ESP32 IDF release/v5.3 (#10444) 2024-10-10 17:22:39 +03:00
ESP_I2S Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
ESP_NOW Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
ESP_SR Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
ESPmDNS Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
Ethernet Fix ethernet examples JSON for P4 2024-09-30 19:21:46 -03:00
FFat Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
FS Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
HTTPClient Fix partitions for examples 2024-10-07 09:54:13 -03:00
HTTPUpdate Fix partitions for examples 2024-10-07 09:54:13 -03:00
HTTPUpdateServer Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
Insights Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
LittleFS Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
NetBIOS Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
Network Merge branch 'master' into release/v3.1.x 2024-09-18 15:06:31 +03:00
NetworkClientSecure Fix partitions for examples 2024-10-07 09:54:13 -03:00
OpenThread Merge branch 'master' into release/v3.1.x 2024-10-04 11:14:57 -03:00
PPP Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
Preferences Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
RainMaker Merge branch 'master' into release/v3.1.x 2024-10-04 11:14:57 -03:00
SD Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
SD_MMC Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
SimpleBLE Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
SPI Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
SPIFFS Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
TFLiteMicro Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
Ticker Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
Update Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
USB fix(usb): Add support for HighSpeed USB 2024-10-03 13:47:24 +03:00
WebServer Merge branch 'master' into release/v3.1.x 2024-09-30 09:13:12 -03:00
WiFi Merge branch 'master' into release/v3.1.x 2024-10-02 15:36:56 +03:00
WiFiProv Merge branch 'master' into release/v3.1.x 2024-10-04 11:14:57 -03:00
Wire Merge branch 'master' into release/v3.1.x 2024-10-04 11:14:57 -03:00
Zigbee ci(compilation): Use default partition and add append to FQBN option (#10392) 2024-10-04 16:57:08 +03:00
README.md docs(vale): Enable vale and fix errors (#10231) 2024-08-28 15:48:18 +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

BLE

Bluetooth Low Energy v4.2 client/server framework

BluetoothSerial

Serial to Bluetooth redirection server
Note: This library depends on Bluetooth Classic which is only available for ESP32
(Bluetoothserial is not available for ESP32-S2, ESP32-C3, ESP32-S3).

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
  • MacAddress
  • 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 NetworkClientSecure

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 Wi-Fi driver

NetworkClientSecure

Arduino compatible Wi-Fi client object using embedded encryption

Wire

Arduino compatible I2C driver