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
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
Comparison table of key features of different Espressif Mesh solutions.
https://docs.espressif.com/projects/esp ... rison.html
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
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
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.
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
@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.
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
Yes, you are correct.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.
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 1 guest