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.