Hi!
I am working on creating a Low Power mesh network and am trying to decide which communication protocol I should use with the NRF52840. There are no nodes in the network that have the capacity to have the radio powered on all the time, except one gateway. I have read the other topics on choosing the protocol for mesh networks, but they don't match my exact use case.
Description of the sensor network:
- There can be hundreds of nodes
- The nodes can be spread across a big area (Let's say there is a maximum hop distance of 5 nodes from the gateway)
- The sensory data is simple and is only required to be transmitted once every hour. (Although even lower rates can be accepted, like once every day)
- The nodes battery capacity is equivalent to roughly 3000 mWh but should last for an extended period (i.e. 5 years).
- there is one central gateway used to connect the nodes to the internet with unlimited power
- I plan on using the NRF52840 for the nodes and a Thingy:91 as the gateway for now
- The nodes should be easy to commission
- It should be compatible with the nrf connect sdk
Does any communication protocol matching this use case exist? Energy harvesting methods can also be considered if it is required to create this mesh network.
Thanks for your help in advance!