Need to read/get info from 50 sensors as fast as possible( once a second from each) in a period of 15 min. run. Power is not an issue on both central and peripherals.
What will be the best architecture?
Suggestion:
All sensors are Broadcasters sending the info in the manufacturer data whenever data changes.
However because of the high number of broadcasters and high collision rate, it could be better if the scanner would confirm receiving.The most effective would be if broadcaster sense response request then it could stop advertising until a change in data.
Problem: Response request is not reported to the application(?)
Any better idea?