Search found 2 matches

by luca.cbt
Wed Jul 13, 2022 1:10 pm
Forum: ESP-IDF
Topic: hardcode BLE mesh network keys
Replies: 1
Views: 1063

hardcode BLE mesh network keys

Hi, For an application I'm building, I need to have all devices pre-provisioned for a given network. However, I could not find any examples nor any hints in the code that suggest how to do that. Thus, is there a way to hardcode the BLE mesh network key and the other provision-related parameters? Luca
by luca.cbt
Fri Jul 08, 2022 7:53 am
Forum: ESP-IDF
Topic: ble mesh: combine node and provisioner
Replies: 3
Views: 2624

ble mesh: combine node and provisioner

Hi everyone, I would like to create a device on ESP32 that can dynamically switch between provisioner role and a simple to-be-provisioned node (depending on various external working conditions). I tried combining the code from the sensor cli/srv example, activating both CONFIG_BLE_MESH_NODE and CONF...