Note: To use examples in this directory, you need to have Bluetooth enabled in configuration and NimBLE selected as the host stack.
This directory includes examples to demonstrate BLE functionality using Apache MyNewt NimBLE (https://github.com/apache/mynewt-nimble) host stack.
Shows how ESP32 acts as a BLE Peripheral.
See the README.md file in the example bleprph.
ESP32 acts as a BLE Peripheral and simultaneously performs WiFi ping to configured IP address.
See the README.md file in the example bleprph_wifi_coex.
Shows how ESP32 acts as a BLE central.
See the README.md file in the example blecent.
Demonstrates BLE mesh functionality of NimBLE.
See the README.md file in the example blemesh.
Demonstrates standard Heart Rate measurement BLE peripheral.
See the README.md file in the example blehr.
See the README.md file in the upper level examples directory for more information about examples.