In our application, we need to constantly switch between listening on a broadcast channel and a dedicated channel. The duty cycle period is 100ms, so we spend 50ms on each channel, but depending on the use case, the application may spend a larger time on either channel. What I find is that with a 50% duty cycle, we miss packets that we ought to be receiving which is problematic.
Note that when we transmit, we may transmit on the broadcast channel or up to 3 other dedicated channels.
My questions are:
1. If we calibrate the radio each time we switch channels, how long does the radio take typically?
2. If we use pre-calibrated values, how often do we need to do a re-calibration of these two channels?
3. I've been looking at the swrc253e frequency scan example. From looking at this example, it seems that I could benefit in adapting the