arduino-esp32/libraries
Jan Procházka 0670e20421
fix(rainmaker): Add new partition tables that fits the binary size (#10046)
* fix(rainmaker): Add new partition tables

* fix(rainmaker): Update readme file for RM examples

* fix(rainmaker): Hide RM partitions for esp32h2
2024-07-29 12:48:40 +03:00
..
ArduinoOTA fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
AsyncUDP fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
BLE fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
BluetoothSerial fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
DNSServer fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
EEPROM fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
ESP32 fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
ESP_I2S fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
ESP_NOW fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
ESP_SR fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
ESPmDNS fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
Ethernet fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
FFat fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
FS fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
HTTPClient fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
HTTPUpdate fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
HTTPUpdateServer fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
Insights fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
LittleFS fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
NetBIOS fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
Network fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
NetworkClientSecure fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
OpenThread fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
PPP PPP: add "battery status" read stub functions (#10043) 2024-07-22 11:59:40 +03:00
Preferences fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
RainMaker fix(rainmaker): Add new partition tables that fits the binary size (#10046) 2024-07-29 12:48:40 +03:00
SD fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
SD_MMC fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
SimpleBLE fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
SPI fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
SPIFFS fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
TFLiteMicro fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
Ticker fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
Update fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
USB fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
WebServer fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
WiFi fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
WiFiProv fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
Wire fix(libs): Update all libraries to match the core version (#10041) 2024-07-16 23:04:43 +03:00
README.md 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +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)

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)

NetworkClientSecure

Arduino compatible WiFi client object using embedded encryption

Wire

Arduino compatible I2C driver