Search found 2 matches

by imark007
Wed Dec 01, 2021 12:00 pm
Forum: ESP-IDF
Topic: Wifi Scan while mesh connected
Replies: 3
Views: 3280

Re: Wifi Scan while mesh connected

I have been trying to the the same thing. I am coming to the conclusion that the only way to do an active scan is to shut down all of the running mwifi related operations. For example, I have tried adding the following lines in a function called mesh_scan_func(). This creates a scan correctly and if...
by imark007
Sat Oct 06, 2018 1:26 pm
Forum: ESP-MDF
Topic: Sending sensor data across mesh network
Replies: 1
Views: 5185

Sending sensor data across mesh network

What would the most robust method be to send sensor data from a leaf node on the mesh to the root node? I was looking into the trigger API to do this but wasn’t clear how to receive the values on the root device from the leaf device. The other option I was considering was using the mdf wifi send and...