Hi there,
We are using the nrf8001 and a arduino to read out two sensors. The two measurements should be at the same time and therefore are coupled to eachother. Is there a way to use two separate characteristics notification for both sensors and know for sure that when you receive the data that both notifications correspond to the same point in time?
The only solution we could come up with is using one notifciation and combine the sensor data. But this makes the data not readable for other simple applications.