Hello,
My project is using Lora + radar + ble so I am trying to let 1 radio tx at a time for FCC and power.
For this, I found time slot API and extension at the links.
https://devzone.nordicsemi.com/f/nordic-q-a/19200/timeslot-extension/74379#74379
I need to secure the timeslot up to around 400ms per timeslot session and It seems works usually.
But my question is how the extended timeslot mode is reliable. Once the other radio get a timeslot session and while they transmit their signal with keeping timeslot extended, if extension get failed in the middle of tx then multiple radios would work at the same time so I want to avoid that situation.
When could the extension get failed? what kind of conditions? Or how to minimize the fails?
One example I've seen fails is when I enabled radio notifications and the notification event trigger a job for printing debug messages the radio notification status(very frequently with ble connected).
too many interrupts of higher priority can affect?
Thank you.