Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong getRSSIpacket implementation #18

Open
gmsotavio opened this issue Jun 10, 2016 · 1 comment
Open

wrong getRSSIpacket implementation #18

gmsotavio opened this issue Jun 10, 2016 · 1 comment

Comments

@gmsotavio
Copy link

I noticed that the implementation of the determination of the RSSI packet is in discordance with the SX1272 datasheet. Do you agree?

if( _SNR < 0 ) { _RSSIpacket = -NOISE_ABSOLUTE_ZERO + 10.0 * SignalBwLog[_bandwidth] + NOISE_FIGURE + ( double )_SNR; state = 0; } else { _RSSIpacket = readRegister(REG_PKT_RSSI_VALUE); _RSSIpacket = -OFFSET_RSSI + ( double )_RSSIpacket; state = 0; }

@Libelium
Copy link
Owner

Hi,

Where do you think there is a discordance of this code with the datasheet?

Please give us some feedback to know where to start.

Regard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants