Search found 2 matches
- Thu Aug 15, 2024 2:49 pm
- Forum: ESP-IDF
- Topic: ESP-Mesh - Multiple messages transmitted
- Replies: 2
- Views: 1177
Re: ESP-Mesh - Multiple messages transmitted
Hi Greg, I'm afraid that I haven't found a solution for this problem. Due to this, and other issues that came up during development, we decided to drop the mesh library completely. For our project, I wrote a replacement which uses ESP-NOW to manually form a mesh network with the required properties....
- Tue Mar 28, 2023 9:09 am
- Forum: ESP-IDF
- Topic: ESP-Mesh - Multiple messages transmitted
- Replies: 2
- Views: 1177
ESP-Mesh - Multiple messages transmitted
I am using ESP-IDF with esp_mesh to synchronise time between multiple ESP32 Nodes. Most of this works fine, except I am noticing the following happening: - Node A sends message to Node B, but gets an ESP_ERR_MESH_TIMEOUT from the esp_mesh_send call - Node B does receive this message - Going forward ...