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

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