arduino-esp32/libraries
Me No Dev f2026f1e34
3.0.0 Network Refactoring (#8760)
* Create ESP_NetworkInterface class and have Ethernet extending it

* Update CMakeLists.txt

* Split networking from WiFi (H2 can now use Ethernet)

Now all libs have been checked yet. More to do on WiFi side

* Fix build errors

* Guard WiFi classes and fix RMII ETH examples

* Decouple network related libraries from WiFi

* Fix examples and WiFiUpdate

* Guard WiFiProv lib to compile only on WiFi chips

* Add periman string for network and "fix" mdns on the first ETH

* Revert back location of Client/Server/Udp in order to accept some PRs

* Fix periman

* Some fixes from merging master

* Fix web server missing fs.h

* Move Client, Server and Udp out of WiFi

* More fixes

* more fixes

* Fix CMakekLists and rework lib menu dependencies

* Fix CMake issues

* move back WiFiClient to rebase with master

* Update ETH_TLK110.ino

* Move back WiFiClient

* Update progress

* Update WiFiGeneric.cpp

* More fixes

* Switch AP to the new interface

* Cleanup

* Rename AP methods

* Add extra interface info for Printable

* Rename IPv6 getters to clarify that they are returning LinkLocal address

cc @sgryphon

* Rename network classes

cc @sgryphon

* Update NetworkManager.h

* Rename WiFi Server and UDP

* Rename WiFiClient and WiFiClientSecure

* Update CMakeLists.txt

* Update on-push.sh

* Rename Network library

* Remove unnecessary guard

* Get the correct interface MAC address for mDND Workstation service

* Apply suggestions from code review

Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>

---------

Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-03-26 23:31:23 +02:00
..
ArduinoOTA 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
AsyncUDP This is a continuation on the topic of adding IPv6 Support to ESP32 Arduino (#9016) 2024-01-15 15:24:34 +02:00
BLE Fix indentation (#9343) 2024-03-05 20:56:46 +02:00
BluetoothSerial Fixing small typo in DiscoverConnect.ino BluetoothSerial example (#9389) 2024-03-20 14:11:59 +02:00
DNSServer 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
EEPROM ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
ESP32 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
ESP_I2S Add I2S examples and documentation (#9030) 2024-01-19 17:25:07 +02:00
ESP_SR [I2S][SR] Add new I2S library and Sound Recognition support (#8714) 2023-10-18 12:05:26 +03:00
ESPmDNS 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
Ethernet 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
FFat ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
FS Fix linker failure when using SPIFFS or LittleFS with Arduino as component. (#8768) 2023-10-17 13:22:42 +03:00
HTTPClient 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
HTTPUpdate 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
HTTPUpdateServer 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
Insights ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
LittleFS Update LittleFS Platformio example (#9151) 2024-01-23 12:52:10 +02:00
NetBIOS 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
Network 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
NetworkClientSecure 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
Preferences Include nvs_commit() on three methods (#5309) 2021-08-23 21:23:42 +03:00
RainMaker Add documentation on threading issues with WiFi.onEvent() to examples (#8081) 2023-12-05 13:50:26 +02:00
SD sd_diskio.cpp: return 0 instead of false when return type != bool (#9075) 2024-01-08 14:01:59 +02:00
SD_MMC Add support for the Arduino Nano ESP32 on 3.x branch (#8909) 2023-11-29 12:43:59 +02:00
SimpleBLE Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
SPI SPI - Allow detaching of some SPI pins without stopping SPI (#9117) 2024-01-19 17:21:19 +02:00
SPIFFS ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
TFLiteMicro Add TFLite Micro examples (#8717) 2023-10-06 13:50:53 +03:00
Ticker Ticker updated to match extensions in ESP8266 API (#2849) 2024-01-31 12:53:56 +02:00
Update 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
USB Improve USBVendor Example (#9349) 2024-03-11 15:10:46 +02:00
WebServer 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
WiFi 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
WiFiProv 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00
Wire Fix ambiguous for TwoWire::requestFrom() methods and align API with Arduino.cc (#8817) 2024-01-31 12:50:35 +02: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