How to create MESH Network in ESP-WROOM-02 Wifi Module
How to create MESH Network in ESP-WROOM-02 Wifi Module
Postby ritesh » Fri Dec 11, 2015 12:51 pm
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
Ritesh Prajapati
Re: How to create MESH Network in ESP-WROOM-02 Wifi Module
Postby ESP_Faye » Fri Dec 11, 2015 3:52 pm
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 !
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
Ritesh Prajapati
Re: How to create MESH Network in ESP-WROOM-02 Wifi Module
Postby ritesh » Mon Dec 14, 2015 1:15 pm
Please guide me if anyone knows about it.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: How to create MESH Network in ESP-WROOM-02 Wifi Module
Postby ESP_Faye » Mon Dec 21, 2015 10:36 am
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 !
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/.
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
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
Ritesh Prajapati
Re: How to create MESH Network in ESP-WROOM-02 Wifi Module
Postby ESP_Alen » Wed Aug 24, 2016 3:30 pm
Re: How to create MESH Network in ESP-WROOM-02 Wifi Module
Postby ritesh » Thu Aug 25, 2016 12:18 pm
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.
Ritesh Prajapati
Who is online
Users browsing this forum: No registered users and 3 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.