arduino-esp32/libraries
Thomas M 41c372c143
[2.0.0] BtClassic Discovery with info without connect (#4811)
Hey guys,
so I wanted to do a BtClassic Discovery without the need to call connect
and to list all found devices on a display and continue work with that list.

I wasn't capable to test the example code with my file structure, but I did use the discovery already in some different situations.

However when I noted that the Bluedroid stack won't let me enforce an RfComm SPP connection to a GPS Device (Skytraxx 2 plus, I guess its interface is built so simple that it doesn't advertise its SPP over SDP), I will probably have to switch to BtStack (BlueKitchen) and stop on this side meanwhile
2021-04-16 01:37:33 +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 [2.0.0] Add BLE characteristic callbacks overloads (#4832) 2021-04-15 16:08:22 +03:00
BluetoothSerial [2.0.0] BtClassic Discovery with info without connect (#4811) 2021-04-16 01:37:33 +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 Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +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 Add KSZ8081 support. (#5061) 2021-04-15 12:43:29 +03:00
WiFiClientSecure v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +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)