You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: