Switching time between channels for nRF52840 for RSSI sniffer

Dear,

We are using the nRF52840 with a proprietary protocol.

We plan to use the nRF52840 to sniff/poll RSSI on different (5/6) channels on periodic time (typ ~100 us).

Can you share with me some timings values to proper read RSSI, change channel, read RSSI, change channel, read RSSI,change channel ...

The radio will always be in receive mode.

Thanks.

Nop

Parents Reply
  • Hi,

    So I guess that the whole timing is included into th folowing the 3 following lines:

    tRXEN,FAST,IEEE 802.15.4

    Time between the RXEN task and READY event after channel FREQUENCY configured (IEEE 802.15.4 with fast ramp-up)

    40 40 µs
    tRXDIS,IEEE 802.15.4

    When in RX, delay between DISABLE task and DISABLED event (IEEE 802.15.4)

    0.5 0.5

    µs

    RSSIPERIOD

    RSSI sampling time from RSSI_START task

    0.25 µs

    which might be, assuming some extra overhead SW tasks, less than 50 us polling rate between each frequency sniffed.

    Do you confirm ?

    Thanks

Children
Related