esp-idf/examples/bluetooth/nimble
Rahul Tank 90960d58c6 feat(nimble): Revert support for Enhanced ATT "
This reverts commit f265e50ca0.
2024-05-29 12:39:25 +05:30
..
ble_cts
ble_dynamic_service
ble_enc_adv_data docs(nimble): Added chip information in ble_enc_adv README file 2024-05-10 09:53:54 +05:30
ble_htp
ble_l2cap_coc fix(nimble): Removed double free of packet 2024-02-13 14:14:03 +05:30
ble_multi_adv
ble_multi_conn
ble_periodic_adv
ble_periodic_sync
ble_phy
ble_proximity_sensor
ble_spp fix(nimble): Handle missing free in application 2024-03-29 16:37:11 +05:30
blecent feat(nimble): Revert support for Enhanced ATT " 2024-05-29 12:39:25 +05:30
blecsc feat(nimble): Added blecsc profile support for nimble examples 2024-04-03 10:50:02 +05:30
blehr Update README.md 2024-03-13 13:39:41 +08:00
blemesh
bleprph feat(nimble): Revert support for Enhanced ATT " 2024-05-29 12:39:25 +05:30
bleprph_host_only docs(nimble): Added gpio configuration table for esp32p4 2024-03-13 11:48:15 +05:30
bleprph_wifi_coex
common feat(nimble): additional AD types for advertisements 2024-01-25 18:34:55 +05:30
hci
power_save change(ble): support ble light sleep using ext 32k xtal on C2 2024-04-01 15:57:06 +08:00
throughput_app
README.md
pytest_nimble_test.py

README.md

Bluetooth Examples for NimBLE host

Note: To use examples in this directory, you need to have Bluetooth enabled in configuration and NimBLE selected as the host stack.

Example Layout

This directory includes examples to demonstrate BLE functionality using Apache MyNewt NimBLE host stack.

  • blecent Shows how ESP32 acts as a BLE central.
  • blehr Demonstrates standard Heart Rate measurement BLE peripheral.
  • blemesh Demonstrates BLE mesh functionality of NimBLE.
  • bleprph Shows how ESP32 acts as a BLE Peripheral.
  • bleprph_wifi_coex ESP32 acts as a BLE Peripheral and simultaneously performs Wi-Fi ping to configured IP address.

See the README.md file in the upper level examples directory for more information about examples.

More

See the README.md file in the upper level examples directory for more information about examples.