How to create MESH Network in ESP-WROOM-02 Wifi Module

ritesh
Posts: 29
Joined: Thu Nov 05, 2015 4:32 pm
Location: India
Contact:

How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ritesh » Fri Dec 11, 2015 12:51 pm

Hi,

I am working on ESP-WROOM-02 Wifi Module and flashed & tested AT Firmware which works fine without any issue.

I have total 5 ESP-WROOM-02 Module and one Router which is connected to external world.

Now, I want to create MESH Network with those ESP-WROOOM-02 modules and my Router.

Can anyone help to how to create it and also provide me firmware files/demo source codes for that?

Regards,
Ritesh Prajapati
Regards,
Ritesh Prajapati

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ESP_Faye » Fri Dec 11, 2015 3:52 pm

Hi,

Here is an application of Light device with mesh https://github.com/espressif/ESP8266_LIGHT_WITH_MESH.

Documentation about mesh http://bbs.espressif.com/viewtopic.php?f=51&t=929.

Thanks for your interest in ESP8266 !

ritesh
Posts: 29
Joined: Thu Nov 05, 2015 4:32 pm
Location: India
Contact:

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ritesh » Fri Dec 11, 2015 4:35 pm

Espressif_Faye wrote:Hi,

Here is an application of Light device with mesh https://github.com/espressif/ESP8266_LIGHT_WITH_MESH.

Documentation about mesh http://bbs.espressif.com/viewtopic.php?f=51&t=929.

Thanks for your interest in ESP8266 !



Hi,

Thanks for Reply.

I have compiled ESP Light Demo with Mesh.

I have also installed all relevant binaries to all 5 modules successfully without any issue.

Now, How to create MESH Network with one module as Root Device which is connected to my external network Router and all other are Non-Root Nodes?

Also, Do I need Espressif IoT Android App to check Mesh Network are created or not? if yes then tell me version of that APP.

is there any other way to check MESH Network is created with each other and which node is connected with which node and which node is Root Node etc?

Please provide me steps for that.

Regards,
Ritesh Prajapati
Regards,
Ritesh Prajapati

ritesh
Posts: 29
Joined: Thu Nov 05, 2015 4:32 pm
Location: India
Contact:

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ritesh » Mon Dec 14, 2015 1:15 pm

Does anyone has idea or clue to go ahead for MESH Network in ESP-WROOM-02 Wifi Module?

Please guide me if anyone knows about it.

Regards,
Ritesh Prajapati
Regards,
Ritesh Prajapati

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ESP_Faye » Mon Dec 21, 2015 10:36 am

Hi,

Here is the phone APP https://github.com/espressifapp.

Documentation about mesh http://bbs.espressif.com/viewtopic.php?f=51&t=929.

We are still keep optimizing mesh now, thanks for your interest in it !

ESP_Alen

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ESP_Alen » Fri Mar 04, 2016 10:27 am

ritesh wrote:
Espressif_Faye wrote:Hi,

Here is an application of Light device with mesh https://github.com/espressif/ESP8266_LIGHT_WITH_MESH.

Documentation about mesh http://bbs.espressif.com/viewtopic.php?f=51&t=929.

Thanks for your interest in ESP8266 !



Hi,

Thanks for Reply.

I have compiled ESP Light Demo with Mesh.

I have also installed all relevant binaries to all 5 modules successfully without any issue.

Now, How to create MESH Network with one module as Root Device which is connected to my external network Router and all other are Non-Root Nodes?

Also, Do I need Espressif IoT Android App to check Mesh Network are created or not? if yes then tell me version of that APP.

is there any other way to check MESH Network is created with each other and which node is connected with which node and which node is Root Node etc?

Please provide me steps for that.

Regards,
Ritesh Prajapati


Hi, Ritesh,

Sorry to reply you late.
I’m R&D of sep-mesh, any problem of sep-mesh, please feel free sent mail to me (xiaoyuezhen@espressif.com), i will reply you as soon as possible.

We have released mesh demo on github, you can clone source code from github.
https://github.com/espressif/ESP8266_MESH_DEMO
Please follow the README of mesh demo to setup mesh network.

You can use the mobile to scan AP around you, if you find AP with name of EMSH_DEMO_1_******, it means that root node of mesh network is ready.
Of course, you can use mobile-APP to test mesh network, but you need to implement response for mobile’s request.

Every node in mesh has the information about its parent node and child nodes, you can use the API(espconn_mesh_get_node_info) to get the information you want.
We also released the mesh API documents with ESP_MESH_DEMO, you can find it in ESP_MESH_DEMO/document/.

ESP_Alen

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ESP_Alen » Fri Mar 04, 2016 10:32 am

ritesh wrote:Does anyone has idea or clue to go ahead for MESH Network in ESP-WROOM-02 Wifi Module?

Please guide me if anyone knows about it.

Regards,
Ritesh Prajapati


Hi, Ritesh,

LIGHT_WITH_MESH maybe complicated for you, you can follow the step of mesh demo to setups mesh network.
please clone the code from the github.
https://github.com/espressif/ESP8266_MESH_DEMO

ritesh
Posts: 29
Joined: Thu Nov 05, 2015 4:32 pm
Location: India
Contact:

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ritesh » Tue Aug 09, 2016 8:51 pm

ESP_Alen wrote:
ritesh wrote:
Espressif_Faye wrote:Hi,

Here is an application of Light device with mesh https://github.com/espressif/ESP8266_LIGHT_WITH_MESH.

Documentation about mesh http://bbs.espressif.com/viewtopic.php?f=51&t=929.

Thanks for your interest in ESP8266 !



Hi,

Thanks for Reply.

I have compiled ESP Light Demo with Mesh.

I have also installed all relevant binaries to all 5 modules successfully without any issue.

Now, How to create MESH Network with one module as Root Device which is connected to my external network Router and all other are Non-Root Nodes?

Also, Do I need Espressif IoT Android App to check Mesh Network are created or not? if yes then tell me version of that APP.

is there any other way to check MESH Network is created with each other and which node is connected with which node and which node is Root Node etc?

Please provide me steps for that.

Regards,
Ritesh Prajapati


Hi, Ritesh,

Sorry to reply you late.
I’m R&D of sep-mesh, any problem of sep-mesh, please feel free sent mail to me (xiaoyuezhen@espressif.com), i will reply you as soon as possible.

We have released mesh demo on github, you can clone source code from github.
https://github.com/espressif/ESP8266_MESH_DEMO
Please follow the README of mesh demo to setup mesh network.

You can use the mobile to scan AP around you, if you find AP with name of EMSH_DEMO_1_******, it means that root node of mesh network is ready.
Of course, you can use mobile-APP to test mesh network, but you need to implement response for mobile’s request.

Every node in mesh has the information about its parent node and child nodes, you can use the API(espconn_mesh_get_node_info) to get the information you want.
We also released the mesh API documents with ESP_MESH_DEMO, you can find it in ESP_MESH_DEMO/document/.


Hi Alen,

Sorry for late reply.

I will clone ESP_MESH_DEMO source code from GitHub and also will check with some ESP-WROOM-02 Modules. I will let you know if need any help from your side to create MESH Network using this demo.

Thanks for Reply.

Regards,
Ritesh Prajapati
Regards,
Ritesh Prajapati

ESP_Alen

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ESP_Alen » Wed Aug 24, 2016 3:30 pm

If you have any problem about ESP-Mesh, please feel free to contact me (xiaoyuezhen@espressif.com)

ritesh
Posts: 29
Joined: Thu Nov 05, 2015 4:32 pm
Location: India
Contact:

Re: How to create MESH Network in ESP-WROOM-02 Wifi Module

Postby ritesh » Thu Aug 25, 2016 12:18 pm

Hi Alen,

I have sent some updates as well as some questions regarding ESP MESH Demo firmware on your personal email ID xiaoyuezhen@espressif.com

Have you received my email? if not then inform mo so that I will directly post that information here in running thread.
Regards,
Ritesh Prajapati

Who is online

Users browsing this forum: No registered users and 3 guests