Page 1 of 1

ESP NOW + ESP MESH

Posted: Thu Apr 02, 2020 5:46 pm
by Naim25
Hi all,
I have a problem getting esp-now and wifi mesh to work together.
my setup:
- battery powered sensors sending data via esp-now to a node with power supply.
- the node is a part of a mesh network with a root connected to wifi.

the problem:
once the node received the first message from the sensor; it no longer is part of the mesh(root shows that its scanning again) and doesn't receive more messages from the sensor via esp-now.

no errors showing!

I have the mwifi-write() function in the esp-now receive call back.

I also had a look at this post
viewtopic.php?t=9279
and tried to have the writing function within a task queue but got the same outcome.

thanks in advance