-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
SNR unit on LoRa Receive example #82414
Labels
area: LoRa
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Comments
Hi @henriquefchaves! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
JordanYates
added a commit
to Embeint/zephyr
that referenced
this issue
Dec 2, 2024
Signal-to-noise ratio is a unitless quantity, so its unit is dB, not dBm (dBm is the power relative to 1 milliwatt). At the same time output the received payload using `LOG_HEXDUMP_INF`, instead of limiting the sample solely to string payloads. Fixes zephyrproject-rtos#82414 Signed-off-by: Jordan Yates <[email protected]>
JordanYates
added a commit
to Embeint/zephyr
that referenced
this issue
Dec 2, 2024
Signal-to-noise ratio is a unitless quantity, so its unit is dB, not dBm (dBm is the power relative to 1 milliwatt). At the same time output the received payload using `LOG_HEXDUMP_INF`, instead of limiting the sample solely to string payloads. Fixes zephyrproject-rtos#82414 Signed-off-by: Jordan Yates <[email protected]>
JordanYates
added a commit
to Embeint/zephyr
that referenced
this issue
Dec 3, 2024
Signal-to-noise ratio is a unitless quantity, so its unit is dB, not dBm (dBm is the power relative to 1 milliwatt). At the same time output the received payload using `LOG_HEXDUMP_INF`, instead of limiting the sample solely to string payloads. Fixes zephyrproject-rtos#82414 Signed-off-by: Jordan Yates <[email protected]>
JordanYates
added a commit
to Embeint/zephyr
that referenced
this issue
Dec 3, 2024
Signal-to-noise ratio is a unitless quantity, so its unit is dB, not dBm (dBm is the power relative to 1 milliwatt). At the same time output the received payload using `LOG_HEXDUMP_INF`, instead of limiting the sample solely to string payloads. Fixes zephyrproject-rtos#82414 Signed-off-by: Jordan Yates <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: LoRa
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
On the LoRa receive example the code print out the SNR parameter.
I would like to have some explanation/comment regarding the receive example.
I believe SNR parameter is always a dB value
On the example it is represented with dBm, is that parameter really SNR and was some mistake or it is different from typical SNR on communications?
Thanks Guys
Very good project
The text was updated successfully, but these errors were encountered: