I have many devices communicating over ESP-NOW and after some seemingly random amounts of time I get these errors:
E (2263070) wifi: esf_buf: t=3 l=64 max:8, alloc:8 no eb
W (2263080) wifi: alloc eb len=64 type=3 fail, heap:160840
Does anyone know what these errors mean?
Search found 5 matches
- Fri Oct 05, 2018 10:01 pm
- Forum: ESP-IDF
- Topic: Wifi TX errors
- Replies: 1
- Views: 3480
- Thu Sep 27, 2018 5:04 pm
- Forum: ESP-IDF
- Topic: ESP-NOW interference slowdown
- Replies: 2
- Views: 4489
Re: ESP-NOW interference slowdown
That makes sense. Thanks.
- Wed Sep 26, 2018 9:43 pm
- Forum: ESP-IDF
- Topic: ESP-NOW interference slowdown
- Replies: 2
- Views: 4489
ESP-NOW interference slowdown
I have some test code that sends a 250 byte packet to a second device and waits for its response which is also 250 bytes. When using a channel that has no interference I get a response in 6 milliseconds. When using a channel that has some interference (1 router), my response time goes up to 9 millis...
- Tue Jul 10, 2018 2:39 pm
- Forum: ESP-MDF
- Topic: Manual message sending
- Replies: 1
- Views: 5723
Manual message sending
How can I send a message to other nodes on an ESP-MESH network in the light example?
- Tue Jul 10, 2018 2:06 pm
- Forum: ESP-IDF
- Topic: Mesh internal communication
- Replies: 1
- Views: 3932
Mesh internal communication
I am running the internal_communication mesh example provided with the esp-idf on three adafruit ESP-32 feathers. According to the serial output the devices can see each other as mesh AP's but the devices never actually connect to each other. Is there anything I need to add to this example code to g...