Hi,
We have a custom board (powered by nRF52840 with Softdevice and nRF5 SDK 16) that has an external ADC module to sample 30 kHz ADC continuously for 1-2 seconds. What we have got so far is that we are experiencing noise caused by the BLE noise (When it is connected to a central device).
After doing some survey, I think we would need to improve the ADC data through the window timeslot - But since we have a burst sampling that lasts for 1-2 seconds (And we would hope to have small CONN interval to maximise the BLE throughput), I am not too sure the timeslot method is the way proceed? I tried the radio notification event handler method and seems that we would miss several sampling in between the BLE radio window, which is not advisable in our case.
Any suggestion will be much appreciated.
Many thanks!