Replies: 1 comment 1 reply
-
LoRaWAN® Regional Parameters.pdf mandates 3 required frequencies for EU868. |
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
-
This library is being used globally by lots of different apps.
It is currently defaulting to certain frequency ranges, and to change those, the person compiling an app has to go digging around in the library documentation and make changes to files within the library.
If they have trouble doing that, this library may cause them to transmit on frequencies that are illegal to do so in their country, and often not even know that this is happening as there is no easy way to actually ascertain what frequency is being used.
The library needs to be changed so that the frequency plan HAS to be defined within the calling app. If it isn't, then the library should error out and refuse to transmit.
Beta Was this translation helpful? Give feedback.
All reactions