SX1280. Getting RSSI on a specific frequency #1351
-
First of all, I'd like to say thank you for this great library! Main Hardware:
For my task, I need to build an RSSI spectrum in the range of 2400-2420MHz, which will be used for signal pre-processing. But it seems I have encountered a problem. As far as I understand, RSSI can be obtained on a specific frequency only after the data packet is received. In my case, no information is transmitted with Lora, BLE, or GFSK modulation, on the frequencies I use. So I just received 0.0 as the RSSI value. The code I use to measure RSSI:
Result of work:
Does the SX1280 support measuring RSSI on an arbitrary frequency without receiving a packet? I would be grateful for any advice or help. I really appreciate any help you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It does, take a look at the docs available for the method here - it has an overload |
Beta Was this translation helpful? Give feedback.
It does, take a look at the docs available for the method here - it has an overload
SX128x::getRSSI(bool packet)
that allows to specify whether to read the RSSI of the last packet, or the instantaneous value.