arduino-esp32/libraries
2025-07-16 19:55:53 +03:00
..
ArduinoOTA feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
AsyncUDP feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
BLE feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
BluetoothSerial feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
DNSServer feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
EEPROM feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
ESP32 feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
ESP_I2S feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
ESP_NOW feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
ESP_SR feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
ESPmDNS feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Ethernet feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
FFat feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
FS feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
HTTPClient feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
HTTPUpdate feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
HTTPUpdateServer feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Insights feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
LittleFS feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Matter feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
NetBIOS feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Network feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
NetworkClientSecure feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
OpenThread feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
PPP feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Preferences feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
RainMaker feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
SD feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
SD_MMC feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
SimpleBLE feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
SPI feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
SPIFFS feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
TFLiteMicro feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Ticker feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Update feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
USB feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
WebServer feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
WiFi feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
WiFiProv feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Wire feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
Zigbee feat(core): Update core version to 3.3.0 2025-07-16 19:55:53 +03:00
README.md Update README.md to add ESP-SR (#10925) 2025-02-04 11:24:49 +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
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)

SR

ESP-SR helps users build AI speech solutions based on ESP32-S3 or ESP32-P4 chips

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