Search found 108 matches

by ESP_LBB
Wed Aug 28, 2019 4:08 am
Forum: ESP-MDF
Topic: Mesh and server
Replies: 2
Views: 7912

Re: Mesh and server

Hi NZMESH32, Do you work based on MDF? Because in MDF we've provided the application ESP-Mesh both for Android and iOS(available on App Store), this app can be used to configure the network and control the devices, and set configuration of devices. If your work is based on painlessMesh, I'm afraid w...
by ESP_LBB
Mon Aug 26, 2019 12:55 pm
Forum: ESP Mesh 中文讨论版
Topic: mesh 网外的wifi设备如何利用mesh 访问外网
Replies: 1
Views: 10418

Re: mesh 网外的wifi设备如何利用mesh 访问外网

Hello,

不好意思,ESP-MESH 不支持 普通 Wi-Fi 设备接入。
by ESP_LBB
Fri Aug 16, 2019 1:00 pm
Forum: ESP-MDF
Topic: Low power mesh node
Replies: 3
Views: 10316

Re: Low power mesh node

Hi seypa3, In this case, we still suggest ESP-NOW for this battery powered node, it's the way that can save more energy (could you tell the battery capacity), when there is no need to send data we can put the node into deep sleep mode and only ULP works, and wakeup and send data via ESP-NOW. Other n...
by ESP_LBB
Wed Aug 14, 2019 12:14 pm
Forum: ESP-MDF
Topic: WiFi Mesh using ESP
Replies: 7
Views: 12741

Re: WiFi Mesh using ESP

Sorry, it's not because of the chipset, just ESP-MESH protocol is not designed for mobile to connect to Internet through mesh node, so we can't support this.
by ESP_LBB
Mon Aug 12, 2019 9:10 am
Forum: ESP-MDF
Topic: WiFi Mesh using ESP
Replies: 7
Views: 12741

Re: WiFi Mesh using ESP

Hello,

Sorry ESP-Mesh is not designed to act as an AP for mobile(if you mean smartphone), it only allows Mesh devices to connect to internet.
by ESP_LBB
Fri Aug 02, 2019 8:37 am
Forum: ESP-MDF
Topic: Two roots are created after provisioning
Replies: 3
Views: 6914

Re: Two roots are created after provisioning

Hi LahiruLKR, There are two factors that will cause this: 1. the vote percentage for a root. when this is low, there is possible to generate several root nodes. 2. root_conflict_allow is enabled, which means we allow the existance of several root nodes in a network. With 1 and 2, the case may occur....
by ESP_LBB
Fri Aug 02, 2019 8:31 am
Forum: ESP-MDF
Topic: Network Tree of Mesh
Replies: 2
Views: 5071

Re: Network Tree of Mesh

Hi teckhaokoh,

Every node will have the mac address info of its parent node, so we can finally build the topo tree with this.

For example in the ESP-Mesh App, in the page "user" you can find "topology" which will shows the network tree.
by ESP_LBB
Thu Jul 25, 2019 7:40 am
Forum: ESP-MDF
Topic: connection to socket
Replies: 1
Views: 5110

Re: connection to socket

Just for a note, this issue is followed in github in case anyone else faces the same problem, https://github.com/espressif/esp-mdf/issues/71
by ESP_LBB
Thu Jul 18, 2019 1:47 pm
Forum: ESP-MDF
Topic: ESP32 mesh geometry - linear extent
Replies: 1
Views: 3495

Re: ESP32 mesh geometry - linear extent

Hi liklev, Yes it's feasible, for this special kind scenario we have one special version, in that case it can be hundreds even thousand layers. However there will be delay when it goes deeper (there is 10~30ms delay for each hop in our test). For our common version released on github, it's 25 layers...