esp-idf/examples/bluetooth/esp_ble_mesh/aligenie_demo
Darian Leung 8f15dd1ce0 fix(esp_ble_mesh): Remove separate AliGenie example build rules
The AliGenie example can run on all targets that support esp_ble_mesh (i.e.,
SOC_BLE_MESH_SUPPORTED). Thus, the example does not require a separate build
rule.
2024-01-22 19:57:54 +08:00
..
components/vendor_model feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview) 2023-09-08 21:37:33 +08:00
main feat: replace lightdriver, and support more chips in ble mesh examples 2024-01-16 17:07:01 +08:00
tutorial ble mesh: add aligenie ble mesh example 2020-11-25 14:33:33 +08:00
CMakeLists.txt feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
partitions.csv ble mesh: add aligenie ble mesh example 2020-11-25 14:33:33 +08:00
README.md fix(esp_ble_mesh): Remove separate AliGenie example build rules 2024-01-22 19:57:54 +08:00
sdkconfig.defaults feat: replace lightdriver, and support more chips in ble mesh examples 2024-01-16 17:07:01 +08:00
sdkconfig.defaults.esp32c3 feat: replace lightdriver, and support more chips in ble mesh examples 2024-01-16 17:07:01 +08:00
sdkconfig.defaults.esp32c6 feat: replace lightdriver, and support more chips in ble mesh examples 2024-01-16 17:07:01 +08:00
sdkconfig.defaults.esp32h2 feat: replace lightdriver, and support more chips in ble mesh examples 2024-01-16 17:07:01 +08:00
sdkconfig.defaults.esp32s3 feat: replace lightdriver, and support more chips in ble mesh examples 2024-01-16 17:07:01 +08:00

Supported Targets ESP32 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S3

ESP BLE Mesh AliGenie Example

This example shows how a BLE Mesh device work with AliGenie.

For a better demonstration effect, an RGB LED can be soldered onto the ESP32-DevKitC board, by connecting their corresponding GPIO pins are GPIO_NUM_25, GPIO_NUM_26, GPIO_NUM_27.

Please check the tutorial for more information about this example.