arduino-esp32/libraries
Lucas Saavedra Vaz da5c6ab9ae
Refactor repository with pre-commit hooks (#9515)
* Add Config

* Add Cache and remove pre-commit action

* [pre-commit.ci lite] apply automatic fixes

* Remove freeze

* Fix

* Update action

* Use latest stable Python 3 version

* Improve caching

* Improve cache tag

* Improve bot message

* fix(typos): Fix typos

* fix(typos): Fix more typos

* refactor(udp_server): Convert script from Python 2 to 3

* Fix whitespace

* Clang-format fixes

* Prettier fixes

* Black formatting

* Manual fixes

* Line endings

* Fix flake and make Vale manual

* Fix flake and reformat

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
2024-04-15 19:40:56 +03:00
..
ArduinoOTA Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
AsyncUDP Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
BLE Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
BluetoothSerial Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
DNSServer Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
EEPROM Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
ESP32 Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
ESP_I2S Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
ESP_NOW Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
ESP_SR Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
ESPmDNS Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
Ethernet Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
FFat Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
FS Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
HTTPClient Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
HTTPUpdate Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
HTTPUpdateServer Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
Insights Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
LittleFS Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
NetBIOS Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
Network Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
NetworkClientSecure Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
Preferences Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
RainMaker Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
SD Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
SD_MMC Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
SimpleBLE Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
SPI Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
SPIFFS Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
TFLiteMicro Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
Ticker Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
Update Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
USB Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
WebServer Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
WiFi Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
WiFiProv Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
Wire Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +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