Hi,
I am working on a development where the values of a bunch of nodes with a sensor needs to be captured in one aggregator device in a mesh network. The aggregator then sends all aggregated data through its serial link or other communication channel. The readout of the sensor data is only required on a very slow timebase (once per hour or even less) so the nodes can go into a low power state in between. All nodes are battery powered and required to have a long lifetime. The aggregator can be mains powered.
I started from the light dimming example which seems to resemble closest to my needs but I am struggling to determine who has to be server and client. And as the number of nodes is variable how do you determine the amount of elements and/or modules?
I am fairly new to mesh networking so I could use some help to get started with the correct setup for my network. The reason to go for mesh networking is that the RF environment is not stable and might require relaying through other nodes to reach the aggregator device. Also nodes might change location but is probably less influencing than the RF environment.
Does anyone have a similar use case and willing to share your setup configuration or even code example? I have searched around and although this seems the perfect use case for an nRF5 SDK for mesh example project I could not find anything.
Thanks for any help that can advance my project.