Page 1 of 1

Will ESP-MDF Mesh Network Supports 1000 nodes Connected in a line(Street Light) each 50-100 meter apart

Posted: Wed May 29, 2024 7:33 am
by dovov97815
Will ESP-MDF Mesh Network Supports 1000 nodes Connected in a line(Street Light) each 50-100 meter apart

Re: Will ESP-MDF Mesh Network Supports 1000 nodes Connected in a line(Street Light) each 50-100 meter apart

Posted: Sun Mar 30, 2025 1:30 pm
by nopnop2002
Comparison table of key features of different Espressif Mesh solutions.

https://docs.espressif.com/projects/esp ... rison.html

Re: Will ESP-MDF Mesh Network Supports 1000 nodes Connected in a line(Street Light) each 50-100 meter apart

Posted: Fri Apr 04, 2025 9:14 am
by martins
It is missing ESP-WIFI-MESH / ESP-MDF tho

Re: Will ESP-MDF Mesh Network Supports 1000 nodes Connected in a line(Street Light) each 50-100 meter apart

Posted: Sat Apr 05, 2025 8:50 am
by nopnop2002
ESP-WIFI-MESH / ESP-MDF hasn't been updated in 4 years.

It appears that support for ESP-MDF ended on October 21, 2022.

There are several forks of ESP-IDF V5 available, but they are not suitable for production development.

Re: Will ESP-MDF Mesh Network Supports 1000 nodes Connected in a line(Street Light) each 50-100 meter apart

Posted: Mon Apr 07, 2025 7:03 am
by martins
@nopnop2002 Yea, I know, our product still running on it.

Could at least contain ESP-WIFI-MESH if not MDF, that is part of official IDF and supported. I guess that would be for documentation feedback.

Re: Will ESP-MDF Mesh Network Supports 1000 nodes Connected in a line(Street Light) each 50-100 meter apart

Posted: Mon Apr 14, 2025 10:04 pm
by nopnop2002
Could at least contain ESP-WIFI-MESH if not MDF, that is part of official IDF and supported. I guess that would be for documentation feedback.
Yes, you are correct.
ESP-MESH is a standard feature of ESP-IDF.
An ESP-MESH example is available here.
https://github.com/espressif/esp-idf/tr ... mples/mesh

The differences between ESP-MESH-LITE and ESP-MESH are published here.
https://github.com/espressif/esp-mesh-l ... r_Guide.md

Among them, the following is particularly important:
The biggest difference between ESP-MESH-LITE and ESP-MESH (also known as ESP-WIFI-MESH) is that ESP-MESH-LITE allows sub-devices in the network to independently access the external network, and the transmission information is insensitive to the parent node, which greatly reduces the difficulty to develop the application layer.

ESP-MESH-LITE utilizes this ESP-IoT-Bridge Solution.
https://github.com/espressif/esp-iot-br ... r_Guide.md

In both ESP-MESH and ESP-MESH-LITE, communication from LEAF nodes goes through the root node.
https://raw.githubusercontent.com/espre ... ter_en.png

If you want to use 1,000 LEAF nodes, you need to make the transmission interval large enough, otherwise the processing capacity of the root node will be exceeded.