arduino-esp32/libraries
Rodrigo Garcia c7022caeda
Remove 3rd party references in code and documentation (#10666)
* feat(support): documentation adjustment
* feat(support): readme files, commentaries and examples
* fix(template): Fix Issue Report Template
-----------------------------
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-12-03 14:35:13 -03:00
..
ArduinoOTA OTA Library adjust (#10627) 2024-11-20 10:47:46 +02:00
AsyncUDP AsyncUdp license and keyword update (#10637) 2024-11-25 14:04:20 +02:00
BLE BLECharacteristic optimization (#10665) 2024-12-03 11:10:51 -03:00
BluetoothSerial ci(json): Add configuration requirements to ci.json files (#10385) 2024-09-30 13:43:50 +03:00
DNSServer ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
EEPROM Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
ESP32 Remove 3rd party references in code and documentation (#10666) 2024-12-03 14:35:13 -03:00
ESP_I2S ci(json): Add configuration requirements to ci.json files (#10385) 2024-09-30 13:43:50 +03:00
ESP_NOW ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
ESP_SR ci(json): Add configuration requirements to ci.json files (#10385) 2024-09-30 13:43:50 +03:00
ESPmDNS ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
Ethernet ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
FFat ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
FS Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
HTTPClient ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
HTTPUpdate ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
HTTPUpdateServer ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
Insights ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
LittleFS Remove 3rd party references in code and documentation (#10666) 2024-12-03 14:35:13 -03:00
NetBIOS ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
Network fix(network): Avoid returning zero if connection is not dropped (#10640) 2024-11-25 12:17:38 +02:00
NetworkClientSecure Remove 3rd party references in code and documentation (#10666) 2024-12-03 14:35:13 -03:00
OpenThread feat(openthread): add license declaration to all soure code and examples (#10631) 2024-11-22 11:57:08 -03:00
PPP ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
Preferences Update core version to 3.0.5 2024-09-18 14:54:00 +03:00
RainMaker ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
SD ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
SD_MMC ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
SimpleBLE ci(json): Add configuration requirements to ci.json files (#10385) 2024-09-30 13:43:50 +03:00
SPI ci(json): Add configuration requirements to ci.json files (#10385) 2024-09-30 13:43:50 +03:00
SPIFFS ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02: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 ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
USB feat(usb_hid_keyboard): Adds Keyboard Layout and Sends reports just for Modifier Keys (#10591) 2024-11-12 00:56:06 +02:00
WebServer Remove 3rd party references in code and documentation (#10666) 2024-12-03 14:35:13 -03:00
WiFi Remove 3rd party references in code and documentation (#10666) 2024-12-03 14:35:13 -03:00
WiFiProv ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
Wire Add conditional compilation for second I2C interface based on SOC_I2C_NUM (#10408) 2024-10-04 13:49:55 +03:00
Zigbee fix(Zigbee): Fix typo in Zigbee_Temp_Hum_Sensor_Sleepy.ino (#10581) 2024-11-08 11:10:54 +02: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