arduino-esp32/libraries
2021-03-19 02:10:16 +02:00
..
ArduinoOTA Revert "Update licenses" 2021-03-11 12:11:53 +02:00
AsyncUDP Fix AsyncUDP reporting bad address and port 2021-03-10 16:20:18 +02:00
AzureIoT@5e8ffb2111 Updated AzureIoT submodule. (#4322) 2020-10-01 15:38:56 +03:00
BLE [BLE Client] Fix Deadlock when calling writeValue after registerForNotify 2021-03-17 18:46:55 +02:00
BluetoothSerial Fix BluetoothSerial TX Stall 2021-03-16 02:11:59 +02:00
DNSServer Revert "Update licenses" 2021-03-11 12:11:53 +02:00
EEPROM Fix case where EEPROM will try to return longer string than it should 2021-02-24 18:47:11 +02:00
ESP32 Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345) 2020-10-14 14:41:50 +03:00
ESPmDNS Revert "Update licenses" 2021-03-11 12:11:53 +02:00
FFat Revert "Update licenses" 2021-03-11 12:11:53 +02:00
FS Revert "Update licenses" 2021-03-11 12:11:53 +02:00
HTTPClient Fix HTTPClient crash on GET() for url with redirects 2021-03-16 21:28:19 +02:00
HTTPUpdate Allow passing custom HTTPClient to HTTPUpdate (#4959) 2021-03-18 13:12:57 +02:00
HTTPUpdateServer Revert "Update licenses" 2021-03-11 12:11:53 +02:00
NetBIOS Revert "Update licenses" 2021-03-11 12:11:53 +02:00
Preferences Revert "Update licenses" 2021-03-11 12:11:53 +02:00
SD Revert "Update licenses" 2021-03-11 12:11:53 +02:00
SD_MMC Revert "Update licenses" 2021-03-11 12:11:53 +02:00
SimpleBLE Revert "Update licenses" 2021-03-11 12:11:53 +02:00
SPI Revert "Update licenses" 2021-03-11 12:11:53 +02:00
SPIFFS Revert "Update licenses" 2021-03-11 12:11:53 +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 Handle stream timeouts properly, for slow HTTP/HTTPS links (#3752) 2020-11-02 22:01:27 +02:00
WebServer Fix: WebServer: Digest authentication failed for some clients 2021-03-19 02:10:16 +02:00
WiFi Fix ETH not enabling DHCP when configured with INADDR_NONE 2021-03-18 00:53:53 +02:00
WiFiClientSecure Change send_ssl_data to use size_t instead of uint16_t 2021-03-18 15:02:37 +02:00
WiFiProv Revert "Update licenses" 2021-03-11 12:11:53 +02:00
Wire Add Wire:setPins(sda, scl) 2020-07-19 02:21:15 +03: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)