Hi all,
I need to send the information from 2-5 sensors in a room. The sensors are placed 2-3 meters far from each other. Each sensor has a BLE, using a battery and generates about 20 bytes every 100 milliseconds. The sensors could be more than 20 in the future.
I would like to know the best approach for sending data from sensors to a smartphone regarding power consumption and the number of sensors that I need to use.
1- Using each sensor as a peripheral and connecting them separately to the smartphone.
2- Using the BLE of one sensor as a hub and passing all data through this BLE to the smartphone. Is it possible to be central for the sensors and be peripheral for the smartphone simultaneously?
3- Using a BLE mesh. Is it possible to send all data to the smartphone by using a mesh network?
I would really appreciate if someone could help me to choose the best option.