esp_now v2 data truncated.
Posted: Sat Apr 04, 2026 2:20 pm
Hello,
I'm not sure if I'm posting this in the right place, but I'm having a problem with the esp_now v2.0 program. My data is being truncated when my buffer is set to
I used the espnow example, and instead of using the
In Wireshark, I see my buffer data truncated by 240 entries. I end up with 1014 entries in total.
It might be an option or parameter I've missed, but I'm stuck on this problem.
Thank you for any help you can provide.
Sincerely, Marc.
PS : I am using idf.py 6.0
I'm not sure if I'm posting this in the right place, but I'm having a problem with the esp_now v2.0 program. My data is being truncated when my buffer is set to
.CONFIG_ESPNOW_SEND_LEN=1024
I used the espnow example, and instead of using the
function to fill the buffer, I filled it with '%'.esp_fill_random
In Wireshark, I see my buffer data truncated by 240 entries. I end up with 1014 entries in total.
It might be an option or parameter I've missed, but I'm stuck on this problem.
Thank you for any help you can provide.
Sincerely, Marc.
PS : I am using idf.py 6.0