Search found 6 matches
- Tue May 14, 2019 1:40 pm
- Forum: ESP-IDF
- Topic: ESP-MESH timeouts
- Replies: 7
- Views: 11275
Re: ESP-MESH timeouts
Dear ESP_yudong, I found a few undocumented ESP-MESH functions which are used by Mwifi: esp_mesh_set_switch_parent_paras esp_mesh_set_beacon_interval esp_mesh_set_passive_scan_time esp_mesh_set_attempts Do you have documentation for them? What is the range for each of them? Can these functions be re...
- Wed May 01, 2019 8:44 am
- Forum: ESP-IDF
- Topic: ESP-MESH timeouts
- Replies: 7
- Views: 11275
Re: ESP-MESH timeouts
Dear ESP_yudong, I would appreciate your reply on my last question about 25 sec. healing time (vs 5 sec in the mesh performance spec). Also we tried to reduce the esp_mesh_set_ap_assoc_expire under 10 seconds, and it does not accept values under 10 sec, it reverts back to 10 sec. This means that if ...
- Sun Apr 28, 2019 7:26 am
- Forum: ESP-IDF
- Topic: ESP-MESH timeouts
- Replies: 7
- Views: 11275
Re: ESP-MESH timeouts
Thanks for your response. Bottom line what I am trying to achieve is minimum healing time of a node failure in the mesh. Currently when I turn power off on a node in layer 2 I expect his child node to resume connectivity within less than 5 seconds as per your performance specs (mesh is very small so...
- Wed Apr 24, 2019 1:13 pm
- Forum: ESP-IDF
- Topic: ESP-MESH timeouts
- Replies: 7
- Views: 11275
Re: ESP-MESH timeouts
Thanks for your response. Regarding your answer to second question, I suppose you mean esp_mesh_set _ap_ assoc_expire, correct? In the documentation this setting is mentioned for the softAP, not for the station configuration. How will this also impact the child node beacon timeout? I understand the ...
- Mon Apr 22, 2019 3:53 pm
- Forum: ESP-IDF
- Topic: ESP-MESH timeouts
- Replies: 7
- Views: 11275
ESP-MESH timeouts
Hello, I have been evaluating the ESP-MESH using the Internal Communications sample code. I get very slow response and recovery times upon a node disconnection. If I switch off for example a node in layer 2, it takes 10 seconds for the root node to complete the esp_mesh_send and return an error: W (...
- Tue Mar 12, 2019 9:15 am
- Forum: ESP-MDF
- Topic: ESP-MESH testing sample code
- Replies: 1
- Views: 5038
ESP-MESH testing sample code
Hello, I am interested in putting together a WiFi mesh network using ESP-MESH in autonomous mode. Is there a sample code for testing the mesh performance end-to-end such as latency, throughput etc.? Since accessing to the mesh from an external IP network is only through the root node connected to a ...