Search found 12 matches

by Eshwar487
Wed Apr 02, 2025 2:46 pm
Forum: ESP-IDF
Topic: BLE Mesh Vendor Model: How to Force Unacknowledged Messages & Suppress Warnings
Replies: 0
Views: 170

BLE Mesh Vendor Model: How to Force Unacknowledged Messages & Suppress Warnings

I’m implementing a custom vendor model in ESP-IDF’s BLE Mesh stack and need to:

Force unacknowledged messages (no ACK) for group addresses (0xC000).

Suppress warnings like:

Copy
W (BLE_MESH) Not sending ack for non-unicast address
W (BLE_MESH) Replay: src 0x0001 dst 0xc000 seq 0x0000b6

I am ...
by Eshwar487
Fri Dec 20, 2024 11:33 am
Forum: ESP-IDF
Topic: ESP32 PSRAM Initialization Error:
Replies: 4
Views: 4968

Re: ESP32 PSRAM Initialization Error:

even i attached i am getting
I (193) quad_psram: This chip is ESP32-D0WD
E (193) quad_psram: PSRAM ID read error: 0xffffffff, PSRAM chip not found or not supported
E (199) esp_psram: PSRAM enabled but initialization failed. Bailing out.
I (206) cpu_start: Failed to init external RAM; continuing ...
by Eshwar487
Wed Dec 18, 2024 12:42 pm
Forum: ESP-IDF
Topic: ESP32 PSRAM Initialization Error:
Replies: 4
Views: 4968

Re: ESP32 PSRAM Initialization Error:

FYI:
I am connecting to an external device, and it is currently working with an ESP32-CAM Development Board that features WiFi, Bluetooth, and an OV2640 Camera Module. The board uses the ESP32-S (ESP32-D0WD) chip.

I would like to confirm:
Does the ESP32-D0WD-V3 chip support PSRAM?
by Eshwar487
Mon Dec 16, 2024 10:54 am
Forum: General Discussion
Topic: ESP32 PSRAM Initialization Error:
Replies: 0
Views: 1707

ESP32 PSRAM Initialization Error:

Error Description
When booting the ESP32, the following error occurs:
I (210) quad_psram: This chip is ESP32-D0WD
E (211) quad_psram: PSRAM ID read error: 0xffffffff, PSRAM chip not found or not supported
E (217) esp_psram: PSRAM enabled but initialization failed. Bailing out.
I (224) cpu_start ...
by Eshwar487
Mon Dec 16, 2024 7:24 am
Forum: ESP-IDF
Topic: ESP32 PSRAM Initialization Error:
Replies: 4
Views: 4968

ESP32 PSRAM Initialization Error:

Error Description
When booting the ESP32, the following error occurs:
I (210) quad_psram: This chip is ESP32-D0WD
E (211) quad_psram: PSRAM ID read error: 0xffffffff, PSRAM chip not found or not supported
E (217) esp_psram: PSRAM enabled but initialization failed. Bailing out.
I (224) cpu_start ...
by Eshwar487
Sat Nov 02, 2024 12:48 pm
Forum: General Discussion
Topic: ESP32 UART vs BLE
Replies: 0
Views: 1311

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

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

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

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

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.

Go to advanced search