Search found 108 matches

by ESP_LBB
Wed Jul 17, 2019 4:22 am
Forum: ESP-MDF
Topic: "Mwifi also supports the way to fix the root node" What does this mean?
Replies: 3
Views: 5659

Re: "Mwifi also supports the way to fix the root node" What does this mean?

Yes, it works in no_router situation, but even if there is router, this kind of networking still works. In some special scenario, we may need some devices (audio devices with WROVER module for example) to be root node as it has more powerful computing capacity, to control other nodes(bulbs with ESP3...
by ESP_LBB
Wed Jul 17, 2019 4:17 am
Forum: ESP-MDF
Topic: Max Mesh network size
Replies: 5
Views: 18863

Re: Max Mesh network size

Hi eos1d3, a. in the common version that we released on github, the maximum layers should be 25 (maybe more now, don't check); b. the maximum connection directly to a node is 10 (ESP32 hardware limits when it works as an AP), however we suggest to set it at 6. for your application, we have another s...
by ESP_LBB
Mon Jul 15, 2019 6:27 am
Forum: ESP-MDF
Topic: "Mwifi also supports the way to fix the root node" What does this mean?
Replies: 3
Views: 5659

Re: "Mwifi also supports the way to fix the root node" What does this mean?

Hi eos1d3,

It means when the devices is powered on, it can only be root node. As this root don't connect to a router, then the whole network under this root won't be able to communicate with the external IP network.
by ESP_LBB
Wed Jul 10, 2019 3:30 am
Forum: ESP-MDF
Topic: Node Scan RSSI of another nodes in a Mesh
Replies: 1
Views: 4208

Re: Node Scan RSSI of another nodes in a Mesh

Hi Paloky, Maybe you can refer to this example: https://github.com/espressif/esp-mdf/tree/master/examples/wireless_debug , where there is an API: wifi_scan [-m] [-r <rssi (-120 ~ 0)>] [-s ] [-b <bssid (xx:xx:xx:xx:xx:xx)>] [-p <time (ms)>] [-i <mesh_id (xx:xx:xx:xx:xx:xx)>] [-P <mesh_password>] to s...
by ESP_LBB
Tue Jul 09, 2019 2:57 am
Forum: ESP-MDF
Topic: Problem using IDF master with MDF
Replies: 3
Views: 5410

Re: Problem using IDF master with MDF

Hi willemmerson, It seems that MDF has some compatible issues with the latest toolchain, so we suggest that you can use the version included by MDF (IDF3.2) for your test to get familiar with MDF. Also we are using IDF3.2 for our internal QA test for MDF, and for the other version of IDF, as we don'...
by ESP_LBB
Thu Jul 04, 2019 9:10 am
Forum: ESP-MDF
Topic: mdf examples don't compile with GCC 8.22
Replies: 1
Views: 3657

Re: mdf examples don't compile with GCC 8.22

Hi danylook,

We will test the new version soon, but for now please continue with GCC 5.22.
by ESP_LBB
Wed Jun 26, 2019 12:28 pm
Forum: ESP-MDF
Topic: WiFi Mesh using ESP
Replies: 7
Views: 12775

Re: WiFi Mesh using ESP

Hello, 1. ESP-MESH is developped based on ESP32, any ESP32 related module/development board can be used to develop mesh application, but I'm afraid ESP8266 is not supported; 2. Your 1,3 requirements can be meet, however the 2nd is not supported by our current official version. Maybe you can describe...
by ESP_LBB
Wed Jun 26, 2019 6:30 am
Forum: ESP-MDF
Topic: Possible for intermediate parent to connect with WiFi as well?
Replies: 4
Views: 6879

Re: Possible for intermediate parent to connect with WiFi as well?

yes, we are using ESP-NOW for debuging, please refer to this demo : https://github.com/espressif/esp-mdf/tr ... less_debug
by ESP_LBB
Wed Jun 26, 2019 4:23 am
Forum: ESP-MDF
Topic: Possible for intermediate parent to connect with WiFi as well?
Replies: 4
Views: 6879

Re: Possible for intermediate parent to connect with WiFi as well?

Hi hassan789, Yes it's feasible, we can stop Mesh and then enable normal wifi task or otherwise. However the switch between these two functions can generate a delay. Could you share us your user scenario that we may have some different ideas ? Why would you want to control the deviece directly when ...
by ESP_LBB
Tue Jun 25, 2019 8:59 am
Forum: ESP Mesh 中文讨论版
Topic: 管与mwifi自组网的问题
Replies: 3
Views: 18354

Re: 管与mwifi自组网的问题

Hi fgh1999,

Demo 中有 no-router demo https://github.com/espressif/esp-mdf/tr ... /no_router, 以及 get-started 两个是 无路由方案,可以参考。