esp-idf/examples/bluetooth/nimble
2024-07-10 13:48:00 +05:30
..
ble_cts fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +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 docs(nimble): Added chip information in ble_enc_adv README file 2024-05-10 09:53:54 +05:30
ble_htp fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
ble_l2cap_coc fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
ble_multi_adv feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_multi_conn fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
ble_periodic_adv fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
ble_periodic_sync fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
ble_phy feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
ble_proximity_sensor fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
ble_spp fix(nimble): Handle missing free in application 2024-03-29 16:37:11 +05:30
blecent fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
blecsc feat(nimble): Added blecsc profile support for nimble examples 2024-04-03 10:50:02 +05:30
blehr Update README.md 2024-03-13 13:39:41 +08:00
blemesh all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
bleprph fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
bleprph_host_only fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
bleprph_wifi_coex change(examples): Update example configurations for FreeRTOS v10.5.1 2023-10-21 04:39:16 +08:00
common feat(nimble): additional AD types for advertisements 2024-01-25 18:34:55 +05:30
hci ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00
power_save fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 13:48:00 +05:30
throughput_app change(pm/ext1): replace esp_sleep_set_ext1_wakeup_io by esp_sleep_enable_ext1_wakeup_io 2023-11-20 16:04:01 +08:00
pytest_nimble_test.py feat(ble): added pytest for ble power save example 2024-01-19 17:23:35 +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.