esp-idf/examples/bluetooth/nimble
2023-07-21 19:04:56 +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 docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-18 16:07:24 +05:30
ble_multi_adv Nimble: Added Example Walkthrough tutorial for Multi Adv example 2023-06-02 16:44:59 +05:30
ble_multi_conn feat(ble): Added ble examples for multiple connections 2023-07-18 12:05:11 +08:00
ble_periodic_adv (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. 2023-07-21 19:04:56 +05:30
ble_periodic_sync (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. 2023-07-21 19:04:56 +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 Nimble: Corrected conditional check during connection to handle failure case 2023-06-21 11:56:36 +05:30
blecent docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-18 16:07:24 +05:30
blehr Nimble: Removed files referring to old TTFW framework 2023-05-10 04:42:36 +00:00
blemesh all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
bleprph docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-18 16:07:24 +05:30
bleprph_wifi_coex all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
common feat(ble): Added ble examples for multiple connections 2023-07-18 12:05:11 +08:00
hci Modify the readme files in example/bluetooth 2023-01-13 15:05:34 +08:00
power_save docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-18 16:07:24 +05:30
throughput_app refactor(driver/rtcio): Re-wrap RTCIO APIs with more accurate soc_caps 2023-07-05 11:47:51 +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.