Hello,
For my application i need one central device collecting data from sensors. For central side i would choose for the nrf51822(s120), simply because it has high priority interrupts reserved for the radio. But i need some advice for my sensors: should i choose for the nrf51822 or nrf8001.
My sensors need to collect data with a constant rate of 125Hz. So i will need a reliable timer interrupt to collect my data. Is it correct the nrf51822 will not be able to create such realiable timer interrupt for my application as there will be LowerStack interrupts for the radio? So choosing for the nrf8001 with external MCU would be better for sensors?
Regards, Pascal