HWuest
HWuest
I exchanged the component with your last version. I take over your configuration into my code and changed the test SW as according to your comment as follows: 1. child...
**It also happens before a connection was made to a hotspot!** This is my problem... The connection test was only to prove that the problem rearly depends on the connection...
Because there was no further answer from your side I continued to tried some wokrarounds (within the standard WIFI-function set). My working solution now is to disable the STA mode...
Thank you for your support, such an interface would be great. Especially for the rooterless scenario it is needed to call esp_mesh_lite_set_allowed_level(1); on the root node which reduces the self-configuring...
Yes, shure, but the problem is in the restart behaviour using some stored information independent of esp_wifi_set_storage(WIFI_STORAGE_FLASH) or esp_wifi_set_storage(WIFI_STORAGE_RAM) are WiFi NVS storage configuration. Sometimes the device starts up as...
Addition after some more tests: With the usage of esp_mesh_lite_set_allowed_level(1); and esp_mesh_lite_set_disallowed_level(1); I managed to get a rooterless network to be build up; Call esp_mesh_lite_set_allowed_level(1); when no mesh/rooter connection could...
With the method above the client to root communication works as expceted. The root to client communication is interrupted/delayed every 10 seconds for several seconds. It seems the scanning for...
See my answer in #16