Hello,
is there a certain amount of time the nRF52832 has to stay in RXIDLE between the reception of two packets when receiving several of them without disabling and re-enabling the radio?
Hello,
is there a certain amount of time the nRF52832 has to stay in RXIDLE between the reception of two packets when receiving several of them without disabling and re-enabling the radio?
Hi Lukas
This is limited by the RX chain delay, which is 5us in the 2MBps mode and 9.4us in the other modes (see the radio timing section in the nRF52832 Product Specification).
In other words you should be fine as long as there is a 10us delay between the end of the CRC of the first packet, and the start of the address of the second packet.
Best regards
Torbjørn