diff --git a/docs/about/faq.mdx b/docs/about/faq.mdx index 45c732ef..04ffc167 100644 --- a/docs/about/faq.mdx +++ b/docs/about/faq.mdx @@ -119,6 +119,11 @@ Once the node wakes up from sleep, your phone will relay any delayed messages th - Android instructions see: [Android Usage](/docs/software/android/usage#configuration-options) - Python CLI instructions see: [Python Usage](/docs/software/python/cli/usage#changing-settings) +### I am in Europe and my device seems to stop transmitting after a while, what is going on? + +Europe has an hourly duty cycle limit of 10% in the frequency band that Meshtastic uses. It might be that you hit this limit if you are sending a lot. You can confirm this by checking whether you see duty cycle limit errors in the serial log, Mesh Log (Apple apps) or Debug Panel (Android). +To limit traffic, you can consider setting the device metrics and position update intervals higher. Alternatively, the device can be configured to override the duty cycle limit, but then you will violate the regulations. + ### Why does only one RAK Meshtastic Starter kit show up in my node list? There was a bug where Meshtastic Starter kits were sent out with the same MAC address. With a single MAC address the devices all report as being the same device. Without the battery connected, flash the starter kit device(s) to any firmware > 1.2.59 and then do a factory reset, disconnect and reconnect the board and run `meshtastic --info`. diff --git a/docs/blocks/_lora-regions.mdx b/docs/blocks/_lora-regions.mdx index 154dde89..b3ae715a 100644 --- a/docs/blocks/_lora-regions.mdx +++ b/docs/blocks/_lora-regions.mdx @@ -14,4 +14,8 @@ | `IN` | India | | `NZ_865` | New Zealand 865MHz | | `TH` | Thailand | -| `LORA_24` | 2.4 GHz band worldwide | \ No newline at end of file +| `LORA_24` | 2.4 GHz band worldwide | + +:::info +EU_433 and EU_868 have to adhere to an hourly duty cycle limitation of 10%. Your device will stop transmitting if you reach it, until it is allowed again. +::: \ No newline at end of file diff --git a/docs/configuration/device-config/lora.mdx b/docs/configuration/device-config/lora.mdx index bbb7a5c2..17040556 100644 --- a/docs/configuration/device-config/lora.mdx +++ b/docs/configuration/device-config/lora.mdx @@ -67,6 +67,10 @@ This is controlling the actual hardware frequency the radio is transmitting on. For testing it is useful sometimes to force a node to never listen to particular other nodes (simulating radio out of range). All nodenums listed in the ignore_incoming array will have packets they send dropped on receive (by router.cpp) +### Override Duty Cycle Limit + +Setting this option to 'true' means the device will ignore the hourly duty cycle limit in Europe. This means that you might violate regulations if the device transmits too much. By default, this option is set to 'false,' which means the device will stop sending data when it reaches the hourly limit and will start again when it is allowed to do so. + ## LoRa Config Client Availability