Search found 4 matches

by oz1cmdk
Tue Nov 28, 2023 8:12 pm
Forum: ESP-IDF
Topic: BLEMesh provisioner cannot send messages when disabling provisioning
Replies: 0
Views: 2628

BLEMesh provisioner cannot send messages when disabling provisioning

Hi, I have a project where i have a ESP32S3 as a provisioner running as level client. And i would like to have a button that activate/deactivate provisioning. So that i can control when a new device can be provisioned (without the use of a phone). But the problem is when i run the function esp_ble_m...
by oz1cmdk
Fri Nov 03, 2023 9:12 am
Forum: ESP-IDF
Topic: BLEMesh Level server as a provisioner
Replies: 1
Views: 652

BLEMesh Level server as a provisioner

Hi, Im trying to implement a Level server model as a provisioner also. I cannot use a phone to provision devices, although it would be much easier. I can add the provisioner to my Level Server and it will provision my Level Client successfully. The Client can send messages to the server successfully...
by oz1cmdk
Mon Oct 30, 2023 1:50 pm
Forum: ESP-IDF
Topic: BLE Mesh Provisioner, multiple uuid match
Replies: 2
Views: 673

Re: BLE Mesh Provisioner, multiple uuid match

I think i just got it working.. it seems if you dont use the esp_ble_mesh_provisioner_set_dev_uuid_match function. It then tries to provision all devices.. regardless of UUID it seems..
by oz1cmdk
Mon Oct 30, 2023 10:08 am
Forum: ESP-IDF
Topic: BLE Mesh Provisioner, multiple uuid match
Replies: 2
Views: 673

BLE Mesh Provisioner, multiple uuid match

Hi, Im currently working on a BLE mesh lamp with multiple BLE mesh sensors (both non ESP based and ESP based). My setup is: 1 Lamp controller (ESP32S3) 1 Silvair PIR sensor 1 Remote control (ESP32S3) My goal is to control the lamp with both the remote and also with the PIR sensor. The Lamp controlle...