-->
Page 2 of 5

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

PostPosted: Tue Jan 05, 2016 12:06 am
by ritesh
Hi Thomas,

I have also tested ESP8266_LIGHT_WITH_MESH demo on my ESP-WROOM-02 Wifi Module but not found actual MESH Network related functionalities which I am thinking.

MESH Network is one type of network in which one ESP Device becomes as Root Node which is directly connected with external network router and all other ESP nodes are connected with nearby shortest path node.

so that each child node can reach to Root Node and can post data to cloud through external router.

Regards,
Ritesh Prajapati

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

PostPosted: Tue Jan 05, 2016 3:50 am
by Thomashillegom
Hi Ritesh,

You mean samething like this?:
Image

But is the ESP8266_LIGHT_WITH_MESH demo working on your ESP-WROOM-02?
That must work like this:
Image
if you can read (the light) instaed of write is almost what you need?

Regards,
Thomas

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

PostPosted: Tue Jan 05, 2016 4:58 am
by ritesh
Hi Thomas,

So, ESP8266 Light with MESH demo will not create network like MESH Network in which one ESP Device becomes as Root Node and all other ESP Devices are scanning for ESP module and tried to connect to shotest path node.

I want above type of MESH Network behaviour which is generic MESH Network.

Regards,
Ritesh Prajapati

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

PostPosted: Tue Jan 05, 2016 5:51 am
by ritesh
Hi Thomas,

I want to develop firmware which create generic ESP8266 MESH Network in which one node becomes as Root Node which is connected with external network Router and some nodes are worked as gateway while other nodes are worked as leaf node.

So, Any leaf node can send data to Root node using shortest communication path and can send data to cloud through external network router.

do you have any idea or any demo for that?

Regards,
Ritesh Prajapati