Hi,
I have some problem when scan advertising packet using nrf52840dk with ncs v2.5.0.
- when I scan during 30s in the same position, I got a list rssi value same that:
I think [0->0.8] is the advertising packet from same channel and [1.2->1.8] is the other one. I think in scan mode have a mechanism to switch between channels. It is right?timestamp rssi 0.3 -40 0.4 -40 0.6 -40 0.8 -40 1.2 -57 1.4 -57 1.5 -56 1.7 -57 1.8 -57 - when i scan until there is an advertising package then turn off scan and turn on advertising and turn on scan again alternately in the same position, I got a list rssi value same that:
I think there is an alternating reception of advertising between channels on the antenna. Does it mean that every time the scan is turned off, the next scan listening packet will be received from a different channel in order, for example 37->38->39?timestamp rssi 0.3 -40 0.4 -50 0.6 -47 0.8 -40 1.2 -50 1.4 -57 1.5 -46 1.7 -40 1.8 -51
i have not found any specific technical documentation about this part, but from my experiment i found that there is a cyclic repetition of rssi. thanks for listening to my question and i would be very grateful if you can give me an exact answer to my problem.