Search found 6 matches

by RAlexeev
Tue Mar 02, 2021 8:47 am
Forum: ESP-IDF
Topic: Correct values of _msg_len arg in ESP_BLE_MESH_MODEL_PUB_DEFINE macro
Replies: 4
Views: 3764

Re: Correct values of _msg_len arg in ESP_BLE_MESH_MODEL_PUB_DEFINE macro

If you're interested, you can look at about the same issue https://github.com/zephyrproject-rtos/zephyr/issues/31836 for Zephyr RTOS, where it seemed there's allocated 1 extra byte, unlike not enough 1 byte here. I actually wanted to compare qualities of support from Espressif and Nordic Semiconduct...
by RAlexeev
Tue Feb 02, 2021 1:17 pm
Forum: ESP-IDF
Topic: Correct values of _msg_len arg in ESP_BLE_MESH_MODEL_PUB_DEFINE macro
Replies: 4
Views: 3764

Correct values of _msg_len arg in ESP_BLE_MESH_MODEL_PUB_DEFINE macro

I ask about some explanation for choosing the correct values for _msg_len arg in ESP_BLE_MESH_MODEL_PUB_DEFINE(_name, _msg_len, _role) macro, which defines the length of the publication message. As I understand, it should be exactly the length of Access payload ( 3.7.3 Access payload, Mesh Profile v...
by RAlexeev
Fri Mar 13, 2020 10:35 am
Forum: ESP-IDF
Topic: ESP32 driver on Linux Embedded
Replies: 2
Views: 10259

Re: ESP32 driver on Linux Embedded

Hi Lucas!

Have you found a solution for your issue?

Best regards,
Roman
by RAlexeev
Mon Jul 15, 2019 11:45 am
Forum: ESP-IDF
Topic: Conditions for UART_DATA event
Replies: 1
Views: 3388

Re: Conditions for UART_DATA event

I am also interested in this info. Can someone clarify these conditions of triggering UART_DATA event? The point is that I have unpredictable behaviour of ESP32 UART reading from another device depending on a power supply. In one case, all data (188 bytes) transfers to program UART RX ring buffer at...