esp-idf/examples/bluetooth/nimble
Ivan Grokhotkov 6d87100a70
feat(examples): add local components via idf_component.yml
Specifying all the dependencies (managed and local) in the manifest
makes it easier for users to see every component the example
depends on.
2023-09-19 10:38:24 +02:00
..
ble_dynamic_service feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_enc_adv_data feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_htp feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_l2cap_coc feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_multi_adv feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_multi_conn feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_periodic_adv feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_periodic_sync feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_phy feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_proximity_sensor feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_spp feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
blecent feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
blehr doc(nimble): Added the tutorial for blehr example. 2023-09-07 12:36:26 +05:30
blemesh
bleprph feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
bleprph_wifi_coex
common NimBLE: Added support of encrypted advertising data 2023-08-08 15:37:51 +05:30
hci
power_save feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02: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

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.