-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Dragino Lora Shield Error in radio.c after trying connetcting to TTN #298
Comments
Did you see hat I recommend switching the to MCCI version of LMIC, rather than this one?
I have no experience with single-channel gateways, I'm not sure what you need to change in LMIC to support those (also, remember that single-channel gateways might be nice for testing, they do not really scale well).
If it's a compile-time error, what error? If it is a runtime assertion failure, what is line 441 exactly? |
Hm, it's weird that it ends up in Looking more closely at your code, you have these
|
Right, but my point is that the version of LMIC you start with, before your modifications is not this version. e.g. see https://github.com/matthijskooijman/arduino-lmic/blob/master/src/lmic/config.h which does not have these |
radio.init failures are most related to pin mapping! |
Hi there,
I am working on Lora Iot development kit v 2 from Dragino in 868 MHz. I am implementing Lmic master for sendong Temp & Hum. to TTN using otaa. So, my single channel gateway is LG01. So , I got an error in radio.c:441
I also modified the freqs' in config.c file for matching my region's frequency, which are:
I am following the user manual from dragino.
Any help ?
this code in radio.c file from 411 to 459
The text was updated successfully, but these errors were encountered: