Hi All,
I would also like to hear anybody who has a similar issue? Or is it just me?
Best regards
Christian
Search found 8 matches
- Wed Feb 12, 2025 9:10 am
- Forum: ESP-IDF
- Topic: Excessive BLE MESH status messages
- Replies: 2
- Views: 1121
- Wed Feb 05, 2025 10:28 am
- Forum: ESP-IDF
- Topic: Excessive BLE MESH status messages
- Replies: 2
- Views: 1121
Excessive BLE MESH status messages
Hi All,
This might be a stupid question, but im currently using BLE MESH with Level server and Level client. Im monitoring messages with Wireshark and a nRF Dongle.
When running the "esp_ble_mesh_server_model_update_state" on my Level Server node, i see that my node is transmitting the Server ...
This might be a stupid question, but im currently using BLE MESH with Level server and Level client. Im monitoring messages with Wireshark and a nRF Dongle.
When running the "esp_ble_mesh_server_model_update_state" on my Level Server node, i see that my node is transmitting the Server ...
- Tue Jan 28, 2025 3:02 pm
- Forum: ESP-IDF
- Topic: BLE Mesh level server node as relay node also.
- Replies: 4
- Views: 3807
Re: BLE Mesh level server node as relay node also.
Hi,
You are correct..
I found the problem..
The "issue" is when you "activate" store BLE settings persistently in menuconfig, then it also saves whether it is a relay node or not. This happens inside BLE_init..
So even though i set the esp_ble_mesh_cfg_srv_t struct to enable relaying, it will be ...
You are correct..
I found the problem..
The "issue" is when you "activate" store BLE settings persistently in menuconfig, then it also saves whether it is a relay node or not. This happens inside BLE_init..
So even though i set the esp_ble_mesh_cfg_srv_t struct to enable relaying, it will be ...
- Mon Dec 09, 2024 1:44 pm
- Forum: ESP-IDF
- Topic: BLE Mesh level server node as relay node also.
- Replies: 4
- Views: 3807
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 ...
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 ...
- Tue Nov 28, 2023 8:12 pm
- Forum: ESP-IDF
- Topic: BLEMesh provisioner cannot send messages when disabling provisioning
- Replies: 0
- Views: 3075
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 ...
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 ...
- Fri Nov 03, 2023 9:12 am
- Forum: ESP-IDF
- Topic: BLEMesh Level server as a provisioner
- Replies: 1
- Views: 2587
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 ...
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 ...
- Mon Oct 30, 2023 1:50 pm
- Forum: ESP-IDF
- Topic: BLE Mesh Provisioner, multiple uuid match
- Replies: 2
- Views: 1170
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..
- Mon Oct 30, 2023 10:08 am
- Forum: ESP-IDF
- Topic: BLE Mesh Provisioner, multiple uuid match
- Replies: 2
- Views: 1170
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 ...
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 ...