ESP8266 Developer Zone The Official ESP8266 Forum 2016-09-28T13:17:44+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2813 2016-09-28T13:17:44+08:00 2016-09-28T13:17:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2813&p=9959#p9959 <![CDATA[Re: esp8266 mesh network - can connect only one node]]>
trojek wrote:
I didn't understand the concept. One node which was connected to my AP was root node and I can saw only it's IP address. I saw on serial console that other nodes are also connected but not directly to AP.
How can I examine the network topology for OS server perspective?


Please use topology request packet to get topology of mesh.

Statistics: Posted by Guest — Wed Sep 28, 2016 1:17 pm


]]>
2016-09-27T00:44:50+08:00 2016-09-27T00:44:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2813&p=9951#p9951 <![CDATA[Re: esp8266 mesh network - can connect only one node]]> How can I examine the network topology for OS server perspective?

Statistics: Posted by trojek — Tue Sep 27, 2016 12:44 am


]]>
2016-09-26T22:56:06+08:00 2016-09-26T22:56:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2813&p=9949#p9949 <![CDATA[Re: esp8266 mesh network - can connect only one node]]> I would add that my AP and server is the same hardware. I have computer with installed linux, and I run hostapd (as AP) + demo_server.py on it.

Statistics: Posted by trojek — Mon Sep 26, 2016 10:56 pm


]]>
2016-09-26T16:14:24+08:00 2016-09-26T16:14:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2813&p=9944#p9944 <![CDATA[Re: esp8266 mesh network - can connect only one node]]>
trojek wrote:
I try to make mesh network based esp8266 module. I use Espressif non-os-skd and code code from https://github.com/espressif/ESP8266_MESH_DEMO. I downloaded above repository and modify ip adress in demo_server.py. I also changed in user_config.h:

server_ip,
MESH_ROUTER_BSSID,
MESH_ROUTER_SSID,
MESH_ROUTER_PASSWD.

Then I generated (gen_misc.sh) firmware and uploaded it on three devices. I started demo_server.py and launch 3 esp8266 modules. At once only one module can be connect to my Access Point. When I list (arp command in Linux) devices connected to AP with I see that there were connected some other esp8266 modules beyond the currently connected.

I try to figure out how to make mesh network based on esp8266 and espressif software. I also don't know what exactly means some parameters from user_config.h e.g.: MESH_GROUP_ID, MESH_SSID_PREFIX, MESH_PASSWD, MESH_MAX_HOP.

P.S. This post if duplicate of my post from stackoverflow. I hope that it is not a problem.


You just need to modify server_ip, MESH_ROUTER_BSSID, MESH_ROUTER_SSID, MESH_ROUTER_PASSWD.

Statistics: Posted by Guest — Mon Sep 26, 2016 4:14 pm


]]>
2016-09-26T04:21:28+08:00 2016-09-26T04:21:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2813&p=9939#p9939 <![CDATA[esp8266 mesh network - can connect only one node]]> https://github.com/espressif/ESP8266_MESH_DEMO. I downloaded above repository and modify ip adress in demo_server.py. I also changed in user_config.h:

server_ip,
MESH_ROUTER_BSSID,
MESH_ROUTER_SSID,
MESH_ROUTER_PASSWD.

Then I generated (gen_misc.sh) firmware and uploaded it on three devices. I started demo_server.py and launch 3 esp8266 modules. At once only one module can be connect to my Access Point. When I list (arp command in Linux) devices connected to AP with I see that there were connected some other esp8266 modules beyond the currently connected.

I try to figure out how to make mesh network based on esp8266 and espressif software. I also don't know what exactly means some parameters from user_config.h e.g.: MESH_GROUP_ID, MESH_SSID_PREFIX, MESH_PASSWD, MESH_MAX_HOP.

P.S. This post if duplicate of my post from stackoverflow. I hope that it is not a problem.

Statistics: Posted by trojek — Mon Sep 26, 2016 4:21 am


]]>