-->
Page 5 of 5

Re: How to use MESH Network on ESP-WROOM-02 Module

PostPosted: Mon Mar 14, 2016 4:06 am
by yudxp
It works, and now i am trying to understand what the code mean. I am newbie in C programming, so its hard for me to modify it. :D

Re: How to use MESH Network on ESP-WROOM-02 Module

PostPosted: Sat Aug 13, 2016 6:18 am
by ritesh
Hi,

Sorry for late Reply....

I have started to work on ESP_MESH_DEMO firmware which is released to create MESH network between multiple ESP Nodes.

Right Now, I have checked it with 2 ESP-WROOM-02 nodes in which one node becomes as Root node and second node becomes as leaf node which tries to communcate with the Root Node and started comminications with each other.

I have also started server python script in one of my Linux System and also updated user_config.h header file based on local server configuratiuon and also updated same for Router configuration.

Now, I will test with bunch of ESP-WROOM-02 nodes and also will try to look code once everything works fine without any issue.


Regards,
Ritesh Prajapati

Re: How to use MESH Network on ESP-WROOM-02 Module

PostPosted: Fri Jul 30, 2021 12:46 am
by Faisal Saddique
Hi Ritesh,

I am also working on something similar. I basically need to create a mesh in which one node acts as a root node while the rest as leaf or child nodes. Have you found anything useful in this regard?