Micropython/lora, how do RSSI readings work? #12989
Unanswered
davefes
asked this question in
Libraries & Drivers
Replies: 1 comment 5 replies
-
I have both dio0 and dio1 connected. Where has that 10+dB disappeared to? I am also looking at RSSI at the receiver-end and generally they are within +/-1dB |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I seem to hit a limit of -110dBm when various errors start creeping-in. I never see anything less than -110dBm. I worked-out how to turn rx_boost on
"lna_boost_hf":"rx_boost"
... no change. Resetting the board the first RSSI reported is always -115dBm then reads -110dBm even when moving the units further apart. Tried various sf values at a bw = 125kHzWith other software on the same Hope Radio RFM96W and same STM32F411 dev board I would get down to -120dBm before errors became noticeable (sf = 8, bw = 125kHz).
Any hints on what I should expect would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions