Search found 3 matches

by vernon
Mon Jun 04, 2018 5:39 am
Forum: ESP-MDF
Topic: how the leaf node could send the data to other node around the whole mesh network
Replies: 4
Views: 8561

Re: how the leaf node could send the data to other node around the whole mesh network

Yes, but I also don't know the address of other node. My requirement is every node no matter which role(leaf or root or intermediate) could communicate with all the other node around the whole network. Can ESP32 meet this requirement?
Thank you.
by vernon
Tue May 15, 2018 1:54 am
Forum: ESP-MDF
Topic: how the leaf node could send the data to other node around the whole mesh network
Replies: 4
Views: 8561

how the leaf node could send the data to other node around the whole mesh network

Hello, I have run the demo https://github.com/espressif/esp-idf/tree/master/examples/mesh/internal_transceiver on my esp32 board. I am trying to use 3 esp32 board attach to the mesh network, the topology is root node, intermediate node, leaf node. However, only the root node can send the data to all...
by vernon
Tue Mar 20, 2018 7:04 am
Forum: ESP-IDF
Topic: how to add a sub directory to compile?
Replies: 1
Views: 3106

how to add a sub directory to compile?

Hello, I want to have a sub directory into my project for compile? following structure is from the example, I want to add a sub directory named my_module, how to add this sub directory for compiling? how to write the mk file under my_module directory? ../main ../...../main.c ../...../component.mk .....