Git Product home page Git Product logo

Comments (7)

aZholtikov avatar aZholtikov commented on September 28, 2024

The 10km line formation has not been tested. Theoretically, there are no restrictions. You will have to proportionally increase the waiting time for a response.

ZHNetwork was tested on 10 devices in an area of approximately 120 square metres with 3 levels of forwarding maximum. The library is deprecated and is no longer supported.
zh_network was tested on 20 devices over an area of approximately 1 square kilometre with 5 forwarding levels maximum. About 130 devices are currently running smoothly.

from zh_network.

mightChamp avatar mightChamp commented on September 28, 2024

@aZholtikov Thanks for that, Could just me tell Will I choose this, Or Choose Zigbee Mesh?

from zh_network.

aZholtikov avatar aZholtikov commented on September 28, 2024

Depends on what you plan to do. If battery power is to be used, then zigbee. If external - then ESP-NOW can be used. If clients will never move, you can use a simpler (without routing) library painlessMesh. Or use zh_network to send only broadcast messages. All devices receive them and routing (and responce waiting time) is not important or used.

from zh_network.

aZholtikov avatar aZholtikov commented on September 28, 2024

https://forum.mysensors.org/topic/12127/zhnetwork-a-esp-now-based-mesh-network-for-esp8266-esp32-hardware

from zh_network.

mightChamp avatar mightChamp commented on September 28, 2024

My System is as follows:

  • AC Power Supply 24 Hours running
  • Each Node is 50 Meter Apart on street light (last 1000th node is at 25km from gateway).
  • Node will never move it is static
  • Data Frame will be Max 50 Bytes
  • Each node send Data to next 5 nodes, for some trigger.
  • Each node send an heartbeat data to node every 15 minute.
  • Gateway can send downlink for configurations any time.

So, Based on above could you suggest best Technology to use :
Zigbee/ESP-MDF/ESP-Mesh-Lite/PainlessMesh/ESP-NOW/zh_network/Openthread

from zh_network.

aZholtikov avatar aZholtikov commented on September 28, 2024

This is a very simple task, and I would suggest to use (from my point of view) a simple ESP-NOW without routing with only broadcast messages (of course, forwarding them from node to node). But don't forget to assign a sequence number to each device. Then there will be no dependency on MAC addresses in case of device failure. The devices will identify themselves by comparing their number and the number in the message.

A group firmware update of all identical devices is also possible via ESP-NOW.

from zh_network.

aZholtikov avatar aZholtikov commented on September 28, 2024

Contact me by e-mail if necessary. Regarding ESP-NOW of course. I have studied it quite a bit and know some subtleties not described in the documentation.

from zh_network.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.