Search found 5 matches

by oz1cmdk
Mon Dec 09, 2024 1:44 pm
Forum: ESP-IDF
Topic: BLE Mesh level server node as relay node also.
Replies: 1
Views: 860

BLE Mesh level server node as relay node also.

Hi all, I have multiple ESP32-S3 as level servers (Lamps) and a couple of Level clients (Remote control for lamps. Also ESP32-S3) in the same network and group. As far as i understand, it is possible to have the level server, with the Relay node function activated also? My problem is that, if one of...
by oz1cmdk
Tue Nov 28, 2023 8:12 pm
Forum: ESP-IDF
Topic: BLEMesh provisioner cannot send messages when disabling provisioning
Replies: 0
Views: 2735

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: 1422

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: 874

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: 874

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...