I am testing my own mesh protocol based on 802.15.4 using the NRF52840 dongle.
The reported RSSI value from nrf_radio_rssi_sample_get() never goes below -89dbm.
On the other side, there are over 60 devices running on TI CC2538, their reported RSSI can do down to -97dbm, in line with the datasheet.
The NRF52840 specs say that the sensitivity shall be 100dbm.
So what could be the possible cause? MCU? Is the antenna on the dongle? or software?