Search found 2 matches

by nicoDHX
Mon Jul 29, 2024 8:13 pm
Forum: ESP-IDF
Topic: Wifi-mesh. Can I send parallel message to different nodes?
Replies: 1
Views: 341

Wifi-mesh. Can I send parallel message to different nodes?

I want to have several threads, each in charge of esp_mesh_send() to a different node. Will there be a problem if there are multiple instances trying to send messages? I want to do this, because if a node disconnected, i want to keep sending data to other nodes, without waiting for timeout.
by nicoDHX
Mon Jul 29, 2024 4:31 pm
Forum: ESP-IDF
Topic: ESP-MESH without a router
Replies: 12
Views: 13501

Re: ESP-MESH without a router

Hi, I am trying to set up a WiFi MESH-network without a router (root node will transmit information via onboard 4G), and I am using ESP-IDF to support chain topology. I have managed to make the mesh connect nicely, nodes are recognized and the root is set based on external criteria (currently just ...