esp-idf/examples/bluetooth/esp_ble_mesh/aligenie_demo
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
components/vendor_model esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
main esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
tutorial ble mesh: add aligenie ble mesh example 2020-11-25 14:33:33 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
partitions.csv ble mesh: add aligenie ble mesh example 2020-11-25 14:33:33 +08:00
README.md ble mesh: add aligenie ble mesh example 2020-11-25 14:33:33 +08:00
sdkconfig.defaults component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.defaults.esp32c3 components/bt: Fix link error of Kconfig 2021-09-13 15:45:27 +08:00

Supported Targets ESP32

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.