Hi,
I have a particular use case and have been thinking different ways to implement it.
Let's say there are different beacon sensors (static/moving) installed in a big factory/warehouse/building. The straightforward method to collect the data is installing BLE gateways.
I would like to reduce the number of BLE gateways (due to some reason). Instead, I want BLE nodes installed at different points to receive the sensor data and route this data to the gateway installed at a distant point.
For eg:- BLE nodes N1, N2, N3 .. Nn will be continuously scanning for sensor data S1, S2, S3.. Sn, and the received data have to be routed to BLE gateways G1, G2 .. Gn.
Is there any already existing model/protocol which I can reuse to implement the above use case. Does BLE mesh protocol/model help me to implement the above use case ? Could you please share your thoughts/inputs ?