Replies: 1 comment 1 reply
-
It appears that you can hack it by editing the frequencies in lorabase_as923.h: arduino-lmic/src/lmic/lorabase_as923.h Lines 56 to 65 in 8d378ea Just add the offsets to those frequencies as listed. If one wants to dynamically configure at compile time, perhaps (following as923jp), use the country code to define the offset, then add it in the right places. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I want to help to add in some codes to support AS923-2 and AS923-3 in this project.
Basically, the only difference between AS923 and AS923-2/3 is the two main frequencies.
So I think we should inherit the code from AS923 as much as possible instead of creating totally new bandplans AS923-2 and AS923-3.
Any idea how we can add in AS923-2/3 into this project?
Thanks a lot and have a good day.
Beta Was this translation helpful? Give feedback.
All reactions