esp-idf/examples/bluetooth/nimble
2023-09-20 11:32:06 +05:30
..
ble_dynamic_service feat(nimble): Added support for dynamic services 2023-09-01 17:40:42 +05:30
ble_enc_adv_data NimBLE: Added support of encrypted advertising data 2023-08-08 15:37:51 +05:30
ble_htp docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-18 16:07:24 +05:30
ble_l2cap_coc NimBLE: Fixed crash when L2CAP COC sends large amount of data. 2023-07-25 10:41:24 +05:30
ble_multi_adv doc (nimble): Added the tutorial for ble_multi_adv example. 2023-09-04 16:27:33 +05:30
ble_multi_conn feat(ble): Added ble examples for multiple connections 2023-07-18 12:05:11 +08:00
ble_periodic_adv feat(nimble): Added periodic Adv Feature Updates in BLE 5.3 2023-08-22 10:18:10 +05:30
ble_periodic_sync feat(nimble): Added periodic Adv Feature Updates in BLE 5.3 2023-08-22 10:18:10 +05:30
ble_phy docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-18 16:07:24 +05:30
ble_proximity_sensor docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-18 16:07:24 +05:30
ble_spp doc(nimble): Added the tutorial for spp_client example. 2023-09-20 11:32:06 +05:30
blecent doc(nimble): Added tutorial for the blecent example. 2023-08-22 12:26:30 +05:30
blehr doc(nimble): Added the tutorial for blehr example. 2023-09-07 12:36:26 +05:30
blemesh all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
bleprph doc (nimble): Added the tutorial for bleprph example. 2023-08-24 10:34:24 +05:30
bleprph_wifi_coex all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
common NimBLE: Added support of encrypted advertising data 2023-08-08 15:37:51 +05:30
hci Modify the readme files in example/bluetooth 2023-01-13 15:05:34 +08:00
power_save feat: Support esp32c2 BLE power save example 2023-09-05 20:40:04 +08:00
throughput_app fix(examples): Fix example build errors caused by the deep_sleep funcs are returnable 2023-07-21 13:58:20 +08:00
README.md docs: Rebase and typos fixed for the bluetooth README files 2021-11-16 16:56:47 +08:00

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.