Hi,
We are trying to enable oversampling in an application that is based on your DF connectionless RX sample, build with Zephyr version 3.4.99.
Something similar was asked here https://devzone.nordicsemi.com/f/nordic-q-a/99598/direction-finding-aod-rx-oversampling two years ago, where the response was that this is not supported in the API and more low-level changes would be needed.
However, consulting the documentation for the nrf52833 https://docs.nordicsemi.com/bundle/ps_nrf52833/page/radio.html#ariaid-title111 these registers are all Read-Write (RW), and the fields we need to change (TSAMPLESPACING and TSWITCHSPACING) seem to be modifiable. With this in mind, my question is twofold
- Is the answer from the previous post still the case, that we cannot change these settings through the API?
- If it is no longer the case, what would be the correct way to modify the sample to enable oversampling. E.g., changing the sampling and switching spacing from 2us to 1us, so that the total number of samples in a CTE would be 8+2*74=156, instead of the standard 82 for a CTE of 160us.
Kind regards,
Glen