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

Feature Request: Allow printing the RSSI values #102

Open
hpssjellis opened this issue Aug 30, 2021 · 1 comment · May be fixed by #93
Open

Feature Request: Allow printing the RSSI values #102

hpssjellis opened this issue Aug 30, 2021 · 1 comment · May be fixed by #93
Labels
type: enhancement Proposed improvement

Comments

@hpssjellis
Copy link

Feature Request: Allow printing the RSSI values

Please allow the printing of RSSI values. (Weird negative strength values where the larger values ie closer to zero mean the radio signal is stronger. So RSSI -36 is a stronger signal than RSSI -90) It is really useful to be able to read the RSSI for signal strength at the device instead of relying on information from the LoRaWan network.

Typically the call would be something like

LoRaRadio.packetRssi()

Can we allow the MKRWAN library to show the RSSI values?

@per1234 per1234 added the type: enhancement Proposed improvement label Aug 30, 2021
@flhofer
Copy link

flhofer commented Jan 31, 2022

Hi @hpssjellis

Yes, it makes absolute sense if you want to know more about your network. The Server-side reports the signal strength of incoming data from your device. The device, yet, reports the signal strength of the incoming packet. RSSI is negative as it is the (relative) ratio of the transmitted signal vs. the received in decibel (logarithmic). Also, consider the SNR value as well. I used this formula for a user interface to simplify RSSI and SNR to a 0-100% value. >50% is considered good.
PastedGraphic-1
-136dBm is the sensitivity of the receiver, -20dB is the margin for signal/noise.

This call among many others is implemented in the not yet released v1.2.4 of my pull request. It includes the necessary modem firmware update in the MKRWAN standalone sketch.

@per1234 per1234 linked a pull request Feb 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants