We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
So this code is only for LR1110 and confusing for LR1120.
SWSD004/apps/examples/geolocation_gnss/main_geolocation_gnss.c
Lines 284 to 285 in c0608df
ERROR: Wrong LR11XX firmware version, expected 0x0308, got 0x0101
Second problem that in README.md there is note:
The LoRa Basics Modem library requires the following firmware: ... LR1120 firmware version 0x0101
And code is expecting firmware v1.2.
The text was updated successfully, but these errors were encountered:
Hello, It was a check to be sure to run the LR11XX with the right firmware version. the README was not up to date you're right and the trace also is not the right one, but the code was expecting 1.2 version which is available here : https://github.com/Lora-net/radio_firmware_images/tree/master/lr1120/transceiver
Regards,
Ben
Sorry, something went wrong.
No branches or pull requests
Hello,
So this code is only for LR1110 and confusing for LR1120.
SWSD004/apps/examples/geolocation_gnss/main_geolocation_gnss.c
Lines 284 to 285 in c0608df
I have LR1120 with firmware v1.1 and receiving message:
ERROR: Wrong LR11XX firmware version, expected 0x0308, got 0x0101
Second problem that in README.md there is note:
And code is expecting firmware v1.2.
The text was updated successfully, but these errors were encountered: