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

Issues in M5LoRa component #303

Open
2 tasks done
ManuelFollmann opened this issue Feb 22, 2023 · 0 comments
Open
2 tasks done

Issues in M5LoRa component #303

ManuelFollmann opened this issue Feb 22, 2023 · 0 comments

Comments

@ManuelFollmann
Copy link

Describe the bug

I was switching a project using LoRa files from
https://github.com/sandeepmistry/arduino-LoRa
to
the M5LoRa files.
The application was not working and I got it back to work when using the arduino-LoRa files instead.
I started to compare both sources and I found at least one issue.
#define REG_PKT_SNR_VALUE 0x1b needs to be changed to 0x19. 0x1b is the RSSI value
I will start to analyse if further changes are required to get same functionality

To reproduce

Sending LoRo messages on 433 MHz

Expected behavior

Same functionality is given as implemented in the source of those Lora files
https://github.com/sandeepmistry/arduino-LoRa

Screenshots

No response

Environment

  • OS: Windows 11
  • IDE &IDE Version: VS Code
  • Repository Version: 0.4.3

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • My report contains all necessary details
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

1 participant