Hello,
I'm using two nRF9161 to communicate with each other and I want to test and measure the differences between the 3 modes available in SDK3.0.0.
First, I configured the LOW_LATENCY mode on both nRF9161s and they communicate with each other. Then I tried LOW_LATENCY_WITH_STANDBY mode on both nRF9161s and they stopped communicating with each other.
I use a C code on one nRF9161 to send bytes to the second nRF9161 and a C code on the second to receive these bytes. In LOW_LATENCY_WITH_STANDBY mode, the nRF9161 TX continues to send bytes as in LOW_LATENCY mode, but the RX seems to go immediately into standby mode and does not receive these bytes. I've tried changing the start time on both targets, but communication still doesn't work. The RX target waits for the start time and then goes into standby mode while the TX target sends bytes.
Is there any specific configuration to do with the LOW_LATENCY_WITH_STANDBY mode (other than changing the nrf_modem_dect_phy_activate() parameter) or is there anything specific to do with the start_time?
Thanks in advance for your answers.
Here are the different versions I use:
- VSCode nRF Connect SDK: 3.0.0
- VSCode nRF Connect Toolchain: 3.0.0
- Firmware DECT: mfw-nr+_nrf91x1_1.1.0