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

dovov97815
Posts: 22
Joined: Mon Aug 17, 2020 10:24 am

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

Postby dovov97815 » Wed May 29, 2024 7:33 am

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

nopnop2002
Posts: 347
Joined: Thu Oct 03, 2019 10:52 pm
Contact:

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

Postby nopnop2002 » Sun Mar 30, 2025 1:30 pm

Comparison table of key features of different Espressif Mesh solutions.

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

martins
Posts: 72
Joined: Tue Aug 24, 2021 8:58 am

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

Postby martins » Fri Apr 04, 2025 9:14 am

It is missing ESP-WIFI-MESH / ESP-MDF tho

nopnop2002
Posts: 347
Joined: Thu Oct 03, 2019 10:52 pm
Contact:

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

Postby nopnop2002 » Sat Apr 05, 2025 8:50 am

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.

martins
Posts: 72
Joined: Tue Aug 24, 2021 8:58 am

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

Postby martins » Mon Apr 07, 2025 7:03 am

@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.

nopnop2002
Posts: 347
Joined: Thu Oct 03, 2019 10:52 pm
Contact:

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

Postby nopnop2002 » Mon Apr 14, 2025 10:04 pm

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.

Who is online

Users browsing this forum: No registered users and 4 guests