Search found 7 matches

by Eshwar487
Sat Nov 02, 2024 12:48 pm
Forum: General Discussion
Topic: ESP32 UART vs BLE
Replies: 0
Views: 817

ESP32 UART vs BLE

Hi ESP,
I have been successfully using DMX with UART2 on the ESP32. However, I recently included BLE functionality, and I've noticed that UART2 becomes unstable after some time.

Could you please help me understand why this might be happening? I appreciate your support.

Thank you
by Eshwar487
Mon Oct 21, 2024 11:38 am
Forum: ESP-IDF
Topic: BLE VS UART2 DMX
Replies: 0
Views: 403

BLE VS UART2 DMX

Hi ESP,
I have been successfully using DMX with UART2 on the ESP32. However, I recently included BLE functionality, and I've noticed that UART2 becomes unstable after some time.

Could you please help me understand why this might be happening? I appreciate your support.

Thank you!
by Eshwar487
Sat Oct 19, 2024 1:35 pm
Forum: ESP-IDF
Topic: Intermittent Issue with Group Model Subscription Add in BLE Mesh
Replies: 9
Views: 2152

Re: Intermittent Issue with Group Model Subscription Add in BLE Mesh

In this case, while subscribing, the device will still receive acknowledgments from the smartphone even if it is not connected via GATT.

I am using BLE Mesh for multiple lighting devices. Is it advisable to enable every device as a relay node?

thanks
by Eshwar487
Sat Oct 19, 2024 12:32 pm
Forum: ESP-IDF
Topic: Intermittent Issue with Group Model Subscription Add in BLE Mesh
Replies: 9
Views: 2152

Re: Intermittent Issue with Group Model Subscription Add in BLE Mesh

Hi, 1.Is a Health Server model required for BLE Mesh nodes? 2.Does not using relay nodes affect message subscription? 3.Does the app developer receive acknowledgments for messages sent to nodes that are not connected to GATT? Here are the logs from the connection using nRF Mesh: Starting provisionin...
by Eshwar487
Wed Oct 09, 2024 12:35 pm
Forum: ESP-IDF
Topic: Intermittent Issue with Group Model Subscription Add in BLE Mesh
Replies: 9
Views: 2152

Re: Intermittent Issue with Group Model Subscription Add in BLE Mesh

Hi,
I am using a custom vendor model and have defined the ID as 0x0001, similar to what is shown in the attached image (nRF Mesh). Am I doing something wrong with this setup? Any advice or corrections would be helpful.
by Eshwar487
Mon Oct 07, 2024 7:02 am
Forum: ESP-IDF
Topic: Intermittent Issue with Group Model Subscription Add in BLE Mesh
Replies: 9
Views: 2152

Re: Intermittent Issue with Group Model Subscription Add in BLE Mesh

Hi, thank you for your response. 1.We are using a custom app designed for both iPhone and Android devices. 2.Below are the logs. 3.Is the mesh network responsible for grouping, or is it managed by the smartphone? I (2722859) BLE_MESH: Settings store, waiting 5 seconds I (2722861) BLE_MESH: recv, app...
by Eshwar487
Fri Oct 04, 2024 1:27 pm
Forum: ESP-IDF
Topic: Intermittent Issue with Group Model Subscription Add in BLE Mesh
Replies: 9
Views: 2152

Intermittent Issue with Group Model Subscription Add in BLE Mesh

Hi, I am working with a BLE Mesh project that involves using five different models. Occasionally, I encounter issues where only four of the models are successfully added, while one or two models are missing from the group. 1.What might cause the Model Subscription Add operation to intermittently fai...