-
Notifications
You must be signed in to change notification settings - Fork 97
Asian frequency plans #199
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
Conversation
b80ba31
to
5d643fe
Compare
5d643fe
to
ffbc988
Compare
Please resolve conflict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No FSK or wide band in KR?
Not according to the LoRaWAN Region Parameters doc. It implies that the channels and bandwidth is fixed by the regulator in Korea. We could however put a FSK channel on one of the current LoRa channels. But preferably we do not want LoRa on the same channel as FSK due to interference from LoRa to FSK. We can think about making a change like this at a later stage, and rather keep to the LoRaWAN standard for now. |
TTN_FP_AS920_923 TTN_FP_AS923_925 TTN_FP_KR920_923 Fixed a few issues that arose during testing. |
This problem was caused by not waiting for an ok after mac save. Fixed by #211
Added the other higher Asian frequency plan, as well as the Korean frequency plan. Needs to be tested on a physical device before merging in.