OVMS3-idf/examples/bluetooth
Island fc3253163e component/ble_mesh: ESP BLE Mesh release
1. BLE Mesh Core

* Provisioning: Node Role
    * Advertising and GATT bearer
    * Authentication OOB

* Provisioning: Provisioner Role
    * Advertising and GATT bearer
    * Authentication OOB

* Networking
    * Relay
    * Segmentation and Reassembly
    * Key Refresh
    * IV Update

* Proxy Support

* Multiple Client Models Run Simultaneously
    * Support multiple client models send packets to different nodes simultaneously
    * No blocking between client model and server

* NVS Storage
    * Store Provisioning Data of BLE Mesh Nodes in Flash

2. BLE Mesh Applications

* BLE Mesh Node & Provisioner
    * Node Example
    * Provisioner Example
    * Node + Generic OnOff Client Example

* Fast Provisioning
    * Vendor Fast Prov Server Model
    * Vendor Fast Prov Client Model
    * Examples

* Wi-Fi & BLE Mesh Coexistence
    * Example

* BLE Mesh Console Commands
    * Example

3. BLE Mesh Models

* Foundation Models
    * Configuration Server Model
    * Configuration Client Model
    * Health Server Model
    * Health Client Model

* Generic Client Models
    * Generic OnOff Client
    * Generic Level Client
    * Generic Location Client
    * Generic Default Transition Timer Client
    * Generic Power OnOff Client
    * Generic Power Level Client
    * Generic Battery Client
    * Generic Property Client

* Generic Server Models
    * Generic OnOff Server (Example)

* Lighting Client Models
    * Light Lightness Client
    * Light CTL Client
    * Light HSL Client
    * Light xyL Client
    * Light LC Client

* Sensor Client Model
    * Sensor Client

* Time and Scenes Client Models
    * Time Client
    * Scene Client
    * Scheduler Client
2019-06-24 11:31:24 +08:00
..
a2dp_gatts_coex Rename Kconfig options (examples) 2019-05-21 09:32:55 +02:00
a2dp_sink components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
a2dp_source components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
ble_adv Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
ble_compatibility_test add esp ble compatibility test case 2019-01-24 14:29:31 +08:00
ble_eddystone Correct seconds calculation from TLM data field 2019-05-29 18:02:18 +05:30
ble_hid_device_demo Delete unneeded code fragments from GPIO-example 2019-05-29 18:02:18 +05:30
ble_ibeacon Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
ble_mesh component/ble_mesh: ESP BLE Mesh release 2019-06-24 11:31:24 +08:00
ble_spp_client Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
ble_spp_server Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
ble_throughput Rename Kconfig options (examples) 2019-05-21 09:32:55 +02:00
blufi Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
bt_discovery components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
bt_spp_acceptor components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
bt_spp_initiator components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
bt_spp_vfs_acceptor components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
bt_spp_vfs_initiator components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
controller_hci_uart Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
gatt_client Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
gatt_security_client Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
gatt_security_server Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
gatt_server Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
gatt_server_service_table Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
gattc_gatts_coex Component/bt: add gattc and gatts coex example 2019-06-19 17:30:06 +08:00
gattc_multi_connect Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Bluetooth Examples

Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run make menuconfig, go to Component config and verify if you see [*] Bluetooth. If not - enable it and save.

See the README.md file in the upper level examples directory for more information about examples.