Really continuous rx operation on nRF91x1

Currently with the DECT NR+ modem API on nRF91x1 I can schedule rx operations in mode NRF_MODEM_DECT_PHY_RX_MODE_CONTINUOUS given to nrf_modem_dect_phy_rx via nrf_modem_dect_phy_rx_params. But that means it gets scheduled for at most uint32_t duration. After that time it stops automatically and needs to be re-scheduled.

Now I want to have a really continuous operation for an infinite time (which can only stopped by nrf_modem_dect_phy_rx_stop). Is it planned to implement something like this (with the next firmware release)?

Parents Reply
  • Modem team; There will be a small gap between the end of previous RX operation and start of the next scheduled one, i.e those are two separate operations with RX stop → RX start. So there is a chance that the device misses the start of the packet (resulting to missing packet as STF + Pcc is not detected) in case the msg is incoming when there is the gap in reception.

Children
Related