Highest frequency of ESPNOW data transfer
Posted: Tue Jan 08, 2019 8:27 am
while we are testing the highest fps of sending one byte through ESPNOW. We could n't even stably sending at 30fps. Worst will be around 7-9 fps, happen once couple second. The master will show this message once in couple second:
Send Status: Success
Sending: 124
E (16662) wifi: esf_buf: t=3 l=40 max:8, alloc:8 no eb
Send Status: ESP_ERR_ESPNOW_NO_MEM
Last Packet Sent to: 30:ae:a4:84:03:89
Last Packet Send Status: Delivery Success
though send status is success, the message wasn't delivered.
here are the questions
1. Is this the real limit of espnow?
2. how can we get failure flag like "E (16662)...." so that we could resend
3. what is the best way to send high frequency data, such as 60 fps.
Send Status: Success
Sending: 124
E (16662) wifi: esf_buf: t=3 l=40 max:8, alloc:8 no eb
Send Status: ESP_ERR_ESPNOW_NO_MEM
Last Packet Sent to: 30:ae:a4:84:03:89
Last Packet Send Status: Delivery Success
though send status is success, the message wasn't delivered.
here are the questions
1. Is this the real limit of espnow?
2. how can we get failure flag like "E (16662)...." so that we could resend
3. what is the best way to send high frequency data, such as 60 fps.