|
I am trying to build a Remote Terminal Unit with multiple nodes with multiple applications in agricultural and logistics fields. Nodes are actual different sensors with Blutooth conectivity, these nodes will actually form a Mesh Network, just for an example a single gas sensor cannot perform well in a huge hall but with mesh sensor nodes the data dumped to the cloud will be reliable.
So basically i'm using nRF(52840) BLE5 modules with different kind of sensors which will be consuming much lower power than usual Bluetooth modules. After a specific intercal (which will be different for different kinds of sensors). There will also be a Central Machine (in my case i'll prefer OPi 3) will wake up and will send the connection to the nearest sensor node and request data/values of all sensors. The Central Machine, after storing data in its disk space, will send ACK signal to that node and get back to sleep to save the battery power it can be implemented in remote areas.
At the end, the Central Machine will again wake up on timer interrupt (that will be called Ping time) to dump all the available data in its flash to the cloud.
I need your help and suggestion guys.
|
|