Rahul Tank 7022c93b9d Merge branch 'feature/walkthrough_for_spp_server' into 'master' 2 年之前
..
ble_dynamic_service 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_enc_adv_data 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_htp 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_l2cap_coc a231b6fb36 Merge branch 'feature/walkthrough_for_coc_ble_cent' into 'master' 2 年之前
ble_multi_adv 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_multi_conn 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_periodic_adv 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_periodic_sync 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_phy 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_proximity_sensor 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
ble_spp 7022c93b9d Merge branch 'feature/walkthrough_for_spp_server' into 'master' 2 年之前
blecent 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
blehr 31168c0022 doc(nimble): Added the tutorial for blehr example. 2 年之前
blemesh e72061695e all: Removes unnecessary newline character in logs 2 年之前
bleprph 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
bleprph_wifi_coex e72061695e all: Removes unnecessary newline character in logs 2 年之前
common 9178a78142 NimBLE: Added support of encrypted advertising data 2 年之前
hci 6e962ce8dd Modify the readme files in example/bluetooth 3 年之前
power_save 6d87100a70 feat(examples): add local components via idf_component.yml 2 年之前
throughput_app f07fcbed8d fix(examples): Fix example build errors caused by the deep_sleep funcs are returnable 2 年之前
README.md cb646ff068 docs: Rebase and typos fixed for the bluetooth README files 4 年之前

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.