esp-idf/examples/bluetooth/nimble
Jiang Jiang Jian 07c17c6114 Merge branch 'feat/adjust_ble_log_init_order_v5.1' into 'release/v5.1'
Feat/adjust ble log init order v5.1

See merge request espressif/esp-idf!30002
2024-04-12 10:30:36 +08:00
..
ble_cts feat(nimble): Added example support for Current Time Service 2023-12-14 20:24:20 +05:30
ble_dynamic_service
ble_enc_adv_data
ble_htp
ble_l2cap_coc fix(nimble): Removed double free of packet 2024-02-13 14:40:51 +05:30
ble_multi_adv
ble_multi_conn
ble_periodic_adv
ble_periodic_sync
ble_phy
ble_proximity_sensor
ble_spp Merge branch 'feature/walkthrough_for_spp_client_v5.1' into 'release/v5.1' 2023-09-28 13:35:57 +08:00
blecent fix(ble): fix ci ble powe save test addresss error 2024-03-25 15:59:32 +08:00
blehr Update README.md 2024-03-13 17:09:31 +05:30
blemesh
bleprph feat(nimble): authorization permission on gatt read and write 2024-03-01 12:54:53 +05:30
bleprph_host_only docs(nimble): Added gpio configuration table for esp32p4 2024-03-13 14:02:49 +05:30
bleprph_wifi_coex
common feat(nimble): additional AD types for advertisements 2024-03-01 12:54:53 +05:30
hci
power_save Merge branch 'feat/adjust_ble_log_init_order_v5.1' into 'release/v5.1' 2024-04-12 10:30:36 +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
README.md
pytest_nimble_test.py feat(ble): added pytest for ble power save example 2024-01-22 10:56:52 +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.