esp-idf/examples/bluetooth/nimble
Roshan Bangar aabb595860 feat(nimble): Added example support for Current Time Service 2023-11-04 13:21:59 +05:30
..
ble_cts feat(nimble): Added example support for Current Time Service 2023-11-04 13:21:59 +05:30
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 ci: remove ttfw related files 2023-10-16 10:23:09 +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 ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
blecent ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
blehr ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
blemesh all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
bleprph ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
bleprph_wifi_coex change(examples): Update example configurations for FreeRTOS v10.5.1 2023-10-21 04:39:16 +08:00
common NimBLE: Added support of encrypted advertising data 2023-08-08 15:37:51 +05:30
hci ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00
power_save ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00
throughput_app ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00
README.md docs: Rebase and typos fixed for the bluetooth README files 2021-11-16 16:56:47 +08:00

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.