This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Use case, collect data from multiple sensors in a room

Hello

I would like a suggestion on the best architecture to collect data from multiple sensors in a room. Let me explain my need.

I have a room where we place multiples boxes, each box has a temperature sensor that we need to monitor in a central dashboard. The boxes enters and leaves the room all the time. We keep an average of 40 boxes in the room all the time.

The way we thought about that was:
Having 1 BLE device installed in the room connected to our network "running like a gateway" this device would be a BLE CENTRAL_DEVICE scanning for peripherals.

On each box we would install another BLE device acting as a peripheral connected to the sensor temperature from the box, at every 1 minute we would wake read the sensor and wait for the central to connect for 30 seconds then go to sleep again.

Each box must have its temperature checked no longer than 3 minutes.

Would this work?

Thank you

Related