HWuest

Results 28 comments of HWuest

Chip is an ESP32S2 mini Wemos Module. Transmission power setting makes no difference, I tried that already I use a bare module without interference on Wi-Fi antenna which is laying...

I don't find my error description here in the issue system any more, so I repeat it: I have several complex Mesh-lite applications and when I start a device (ESP32S2...

Thank you for the fast answer, that was my first try becouse that's the way it worked for Espressif Mesh (without lite) before. So I tried to set a different...

Using esp_mesh_lite_set_mesh_id( mesh_id,true); I managed to change the Mesh-ID successsful.

I already found this function in the mesh_lite_core.h include but without documentation or source code it is not easy to imagine what the function exactly does and when to use...

Thank you for your help. As mentioned in AEGHB-238 I have to call esp_mesh_lite_set_allowed_level(1); on one device (set this device to root) otherwise the other devices will not connect to...

What is the easiest way to exchange the new libraries in my existing Espressif-IDE project? At the moment I have espressif__mesh_lite in my managed_components folder using lib version libesp_mesh_lite_esp32s2.a :4a6dd88...

For a short test I moved mesh_lite to the component folder and replaced the library libesp_mesh_lite_esp32s2.a :4a6dd88 by the new one (libesp_mesh_lite_esp32s2.a :c559758) in my project. I did a rebuild...

Addition: With a **max_retry of 1** the data loss does not occure but the long delay times above 2 seconds comes back than: W (331242) DHS: Send Time: 9167 Msg-Delay...

Hi, yes, shure, the interactive way of communication was only a short test SW done to meassure and show you the happening delays in the message processing. To have the...