esp-idf/examples/bluetooth/nimble
Jiang Jiang Jian 27b870c7e8 Merge branch 'bugfix/increase_timer_task_depth_v5.0' into 'release/v5.0'
fix(nimble): Increase Timer stack size for nimble application (v5.0)

See merge request espressif/esp-idf!32272
2024-08-15 15:51:18 +08:00
..
ble_enc_adv_data NimBLE: Added support of encrypted advertising data 2024-07-11 15:07:21 +05:30
ble_htp fix(nimble): Increase Timer stack size for nimble application 2024-07-22 15:52:34 +05:30
ble_l2cap_coc fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 17:23:16 +05:30
ble_multi_adv Nimble: Added Example Walkthrough tutorial for Multi Adv example 2023-07-11 11:49:06 +05:30
ble_periodic_adv feat(nimble): Added periodic Adv Feature Updates in BLE 5.3 2024-07-12 18:41:02 +05:30
ble_periodic_sync feat(nimble): Added periodic Adv Feature Updates in BLE 5.3 2024-07-12 18:41:02 +05:30
ble_phy fix(nimble): Remove extra spaces from example CMake file 2024-07-22 15:26:29 +05:30
ble_spp fix(nimble): Handle missing free in application 2024-03-28 08:51:43 +05:30
blecent fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 17:23:16 +05:30
blehr fix(nimble): Increase Timer stack size for nimble application 2024-07-22 15:52:34 +05:30
blemesh Nimble: Added return value (success / failure ) to nimble_port_init 2023-03-02 09:47:03 +05:30
bleprph fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 17:23:16 +05:30
bleprph_wifi_coex Nimble:Updated nimble examples README to include chip information 2023-05-15 15:33:53 +05:30
common NimBLE: Added support of encrypted advertising data 2024-07-11 15:07:21 +05:30
hci Add nimble hci example for c2 2022-06-20 17:00:12 +08:00
power_save fix(nimble): Increase Timer stack size for nimble application 2024-07-22 15:52:34 +05:30
throughput_app Nimble: Corrected conditional check during connection to handle failure case 2023-07-12 19:04:34 +05:30
pytest_nimble_test.py feat(ble): added pytest for ble power save example 2024-01-29 10:25:36 +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.