wangjialiang db23ef400c feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan. пре 2 година
..
main e72061695e all: Removes unnecessary newline character in logs пре 2 година
CMakeLists.txt facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 пре 3 година
README.md 6e962ce8dd Modify the readme files in example/bluetooth пре 3 година
ble_mesh_commands_README.md cd3cf630a5 Test: merge ble mesh node and provioner in console пре 5 година
partitions.csv cd3cf630a5 Test: merge ble mesh node and provioner in console пре 5 година
sdkconfig.ci.bluedroid 2a5931549b ble_mesh:example:ble mesh console support nimble пре 3 година
sdkconfig.ci.nimble c9c67dba9b ble_mesh:example:change the level of nimble host log пре 3 година
sdkconfig.defaults ce4a4be37f Merge branch 'feature/pro_recv_hb' into 'master' пре 4 година
sdkconfig.defaults.esp32c3 3cf4cabf38 ble_mesh: example: Fix esp32c3 and esp32s3 partition table overflow issue пре 3 година
sdkconfig.defaults.esp32c6 db23ef400c feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan. пре 2 година
sdkconfig.defaults.esp32h2 db23ef400c feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan. пре 2 година
sdkconfig.defaults.esp32s3 3cf4cabf38 ble_mesh: example: Fix esp32c3 and esp32s3 partition table overflow issue пре 3 година

README.md

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

ble mesh node console demo

Introduction

This demo implements ble mesh node basic features.Based on this demo, node can be scaned and proved by provisioner, reply get/set message to provisioner.

Demo steps:

  1. Build the ble mesh node console demo with sdkconfig.default
  2. register node and set oob info, load model to init ble mesh node
  3. enable bearer, so that it can be scaned and provisioned by provisioner