esp-idf/examples/bluetooth/nimble
2024-03-08 10:32:45 +05:30
..
ble_cts feat(nimble): Added example support for Current Time Service 2023-12-14 20:24:20 +05:30
ble_dynamic_service feat(nimble): Added support for dynamic services 2023-09-05 11:52:17 +05:30
ble_enc_adv_data NimBLE: Added support of encrypted advertising data 2023-08-23 18:18:23 +05:30
ble_htp NimBLE: Added health thermometer profile 2023-07-21 05:36:32 +00:00
ble_l2cap_coc fix(nimble): Removed double free of packet 2024-02-13 14:40:51 +05:30
ble_multi_adv doc (nimble): Added the tutorial for ble_multi_adv example. 2023-09-25 10:35:39 +05:30
ble_multi_conn feat(ble): Added ble examples for multiple connections 2023-07-14 19:01:11 +08:00
ble_periodic_adv (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. 2023-09-04 11:45:29 +05:30
ble_periodic_sync (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. 2023-09-04 11:45:29 +05:30
ble_phy fix(nimble): Updated BLE Phy example 2023-09-18 13:25:30 +05:30
ble_proximity_sensor docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-21 14:32:12 +00:00
ble_spp Merge branch 'feature/walkthrough_for_spp_client_v5.1' into 'release/v5.1' 2023-09-28 13:35:57 +08:00
blecent feat(ble): added pytest for ble power save example 2024-01-22 10:56:52 +08:00
blehr ci(nimble): Cleanup sdkconfig files for nimble examples 2023-11-21 12:23:06 +05:30
blemesh Nimble: Migrate to nimble 1.5 2023-02-15 04:55:26 +00:00
bleprph feat(nimble): authorization permission on gatt read and write 2024-03-01 12:54:53 +05:30
bleprph_host_only docs(nimble): Improved documentation for uart host only example 2024-03-08 10:32:45 +05:30
bleprph_wifi_coex Nimble: Added return value (success / failure ) to nimble_port_init 2023-01-31 12:01:02 +05:30
common feat(nimble): additional AD types for advertisements 2024-03-01 12:54:53 +05:30
hci Modify the readme files in example/bluetooth 2023-01-13 15:05:34 +08:00
power_save feat(ble): added pytest for ble power save example 2024-01-22 10:56:52 +08:00
throughput_app fix(examples): Reverted: Fix example build errors caused by the deep_sleep funcs are returnable 2023-09-27 12:25:51 +02:00
pytest_nimble_test.py feat(ble): added pytest for ble power save example 2024-01-22 10:56:52 +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.