meshtastic/docs/blocks/_lora-regions.mdx

26 lines
1 KiB
Plaintext
Raw Normal View History

2023-01-19 05:01:57 -08:00
| Region Code | Description |
2024-02-17 19:54:04 -08:00
|:-----------:|:-----------------------:|
2023-01-19 05:01:57 -08:00
| `UNSET` | Unset |
| `US` | United States |
| `EU_433` | European Union 433MHz |
| `EU_868` | European Union 868MHz |
| `CN` | China |
| `JP` | Japan |
| `ANZ` | Australia & New Zealand |
| `KR` | Korea |
| `TW` | Taiwan |
| `RU` | Russia |
| `IN` | India |
| `NZ_865` | New Zealand 865MHz |
| `TH` | Thailand |
2024-01-15 22:25:17 -08:00
| `UA_433` | Ukraine 433MHz |
| `UA_868` | Ukraine 868MHz |
| `MY_433` | Malaysia 433MHz |
2024-01-15 22:47:49 -08:00
| `MY_919` | Malaysia 919MHz |
2024-02-17 19:54:04 -08:00
| `SG_923` | Singapore 923MHz |
2024-01-15 22:36:17 -08:00
| `LORA_24` | 2.4 GHz band worldwide |
2023-01-03 08:04:03 -08:00
:::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.
2023-01-19 05:01:57 -08:00
:::