Skip to content

LR1110 anomalously high SNR #1161

Closed
Closed
@thebentern

Description

Hi Jan,

We just added support in Meshtastic for some of the Seeed studio boards featuring the LR111X series of radios thanks to your work in adding support within RadioLib. 😄

One of things we've noted since then, is that the SNR values seem oddly high
meshtastic/firmware#4284

I did a cursory dig into the codebase to see if anything obvious popped up and the only thing I found in comparison to the SX126X family is that there is no if(snrPkt < 128) logical analogue in the LR111X family, but I wasn't entirely sure if that had more to do with the uint8 boxing in contrast to the amply sized float buffer we have on the LR111X. Anyway, I may be barking up the wrong tree, but I thought I'd point it out just in case it lead to anything. 😅
https://github.com/jgromes/RadioLib/blob/d1bfccd6128f8fc9e35aa29a0d0c21bb077d7af0/src/modules/LR11x0/LR11x0.cpp#L2377C1-L2378C1

if(snrPkt < 128) {

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingresolvedIssue was resolved (e.g. bug fixed, or feature implemented)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions