arduino-esp32/libraries
Rotzbua 7a53c2d371
softAP should only start modern WPA2 (#5114)
* AP with old WPA should not be used due security flaws.
* restore behavior from 1.0.6, see 46d5afb17f/libraries/WiFi/src/WiFiAP.cpp (L127)
2021-05-18 13:34:52 +03:00
..
ArduinoOTA Revert "Update licenses" 2021-03-11 12:11:53 +02:00
AsyncUDP v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLE BLE5 features to use with C3/S3 (#5085) 2021-04-22 13:01:20 +03:00
BluetoothSerial Fix possible string overflow in BTAdvertisedDeviceSet::toString() 2021-04-16 18:51:01 +03:00
DNSServer Revert "Update licenses" 2021-03-11 12:11:53 +02:00
EEPROM v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
ESP32 Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
ESPmDNS v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
FFat [2.0.0] FS::name() returns the item name as in Arduino SD (#4892) 2021-04-15 17:25:01 +03:00
FS [2.0.0] FS::name() returns the item name as in Arduino SD (#4892) 2021-04-15 17:25:01 +03:00
HTTPClient v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03: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
LITTLEFS [2.0.0] FS::name() returns the item name as in Arduino SD (#4892) 2021-04-15 17:25:01 +03: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
RainMaker RMaker_readme: Minor corrections (#5175) 2021-05-18 13:31:29 +03:00
SD [2.0.0] FS::name() returns the item name as in Arduino SD (#4892) 2021-04-15 17:25:01 +03:00
SD_MMC [2.0.0] FS::name() returns the item name as in Arduino SD (#4892) 2021-04-15 17:25:01 +03:00
SimpleBLE Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
SPI Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
SPIFFS [2.0.0] FS::name() returns the item name as in Arduino SD (#4892) 2021-04-15 17:25:01 +03: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 v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
USB Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
WebServer [2.0.0] FS::name() returns the item name as in Arduino SD (#4892) 2021-04-15 17:25:01 +03:00
WiFi softAP should only start modern WPA2 (#5114) 2021-05-18 13:34:52 +03:00
WiFiClientSecure WiFiClientSecure fix flipped cert/key in comment (#5065) 2021-04-17 02:07:41 +03:00
WiFiProv Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
Wire v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
README.md v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +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

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

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)