espressif / esp-mdf

Espressif Mesh Development Framework, limited maintain, recommend to use https://github.com/espressif/esp-mesh-lite
Other
779 stars 253 forks source link

AP Mode in WiFi Mesh Network #173

Open Hiren-Sorathiya opened 4 years ago

Hiren-Sorathiya commented 4 years ago

Hi Team,

We are able to create WiFi Mesh Network by referring to a light example. But in that case, the router is a mediator for WiFi Mesh network and Mobile application, is it possible to remove the router functionality and Mobile can direct connect with WiFi Mesh Network.

We did some changes in light code but when AP mode starts for mobile connection, the WiFi mesh network is not working properly.

Please suggest to us in case. Thanks

esp-lqq commented 3 years ago

Hi Hiren The wifi Mesh root node uses the AP function, so the device cannot connect to create an AP to receive mobile phone connections. Currently, hotspots can be created through the mobile phone APP, and wifi mesh sta is connected to the mobile phone APP hotspot communication.