cjin 5a8e51f24c ble: move phy enabled/disable to controller enable/disable há 2 anos atrás
..
ble_enc_adv_data 9178a78142 NimBLE: Added support of encrypted advertising data há 2 anos atrás
ble_htp f907c22ea8 docs(nimble): Update Kconfig help section for Example Ext Adv há 2 anos atrás
ble_l2cap_coc 8b2b272aa2 NimBLE: Fixed crash when L2CAP COC sends large amount of data. há 2 anos atrás
ble_multi_adv 1a599cd3bc Nimble: Added Example Walkthrough tutorial for Multi Adv example há 2 anos atrás
ble_multi_conn e9e6372690 feat(ble): Added ble examples for multiple connections há 2 anos atrás
ble_periodic_adv 52d0807fba (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. há 2 anos atrás
ble_periodic_sync 52d0807fba (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. há 2 anos atrás
ble_phy f907c22ea8 docs(nimble): Update Kconfig help section for Example Ext Adv há 2 anos atrás
ble_proximity_sensor f907c22ea8 docs(nimble): Update Kconfig help section for Example Ext Adv há 2 anos atrás
ble_spp df2612d104 Nimble: Corrected conditional check during connection to handle failure case há 2 anos atrás
blecent f907c22ea8 docs(nimble): Update Kconfig help section for Example Ext Adv há 2 anos atrás
blehr 7042eb7e64 Nimble: Removed files referring to old TTFW framework há 2 anos atrás
blemesh e72061695e all: Removes unnecessary newline character in logs há 2 anos atrás
bleprph f907c22ea8 docs(nimble): Update Kconfig help section for Example Ext Adv há 2 anos atrás
bleprph_wifi_coex e72061695e all: Removes unnecessary newline character in logs há 2 anos atrás
common 9178a78142 NimBLE: Added support of encrypted advertising data há 2 anos atrás
hci 6e962ce8dd Modify the readme files in example/bluetooth há 3 anos atrás
power_save 5a8e51f24c ble: move phy enabled/disable to controller enable/disable há 2 anos atrás
throughput_app f07fcbed8d fix(examples): Fix example build errors caused by the deep_sleep funcs are returnable há 2 anos atrás
README.md cb646ff068 docs: Rebase and typos fixed for the bluetooth README files há 4 anos atrás

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.