Replies: 1 comment 1 reply
-
Yes, this table states the duty-cycle requirements by frequency. It says that 870 MHz and above are treated as 0.1% duty cycle, 869.7 to 870 MHz (sorry for typo in comment) are treated as 1% duty cycle, and so forth. 869.4 to 869.65 are treated as 10% duty cycle. The LMIC uses "bands" to manage duty cycle restriction; all the If your region does not have duty-cycle restrictions, then this mechanism doesn't apply in your region. Hope this helps. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm trying to add a new region following the "Adding a new region to Arduino LMIC" documentation.My region is similar to EU region.
did all the steps in document. I reached the "Create lmic_newregion.c" section. in the lmic_eu868.c file there is this
Can anyone tell the purpose for this and how should I change it?
thanks :)
Beta Was this translation helpful? Give feedback.
All reactions