Skip to content

Commit 9cb0297

Browse files
committed
Add BR902 and Kazakh frequencies to docs.
Fixes meshtastic/firmware#7399
1 parent 89b10c7 commit 9cb0297

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/blocks/_lora-regions.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
| `MY_433` | Malaysia 433MHz | 433.0 - 435.0 | 100 | 20 |
1919
| `MY_919` | Malaysia 919MHz | 919.0 - 924.0 | 100 | 27 |
2020
| `SG_923` | Singapore 923MHz | 917.0 - 925.0 | 100 | 20 |
21+
| `KZ_433` | Kazakhstan 433 MHz | 433.075 - 434.775 | 100 | 10 |
22+
| `KZ_863` | Kazakhstan 863 MHz | 863.0 - 868.0 | 100 | 30 |
23+
| `BR_902` | Brazil 902MHz | 902.0 - 907.5 | 100 | 30 |
2124
| `LORA_24` | 2.4 GHz band worldwide | 2400.0 - 2483.5 | 100 | 10 |
2225

2326
:::info

docs/configuration/radio/lora.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ LoRa config commands are available in the python CLI. Example commands are below
212212
| :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------: |
213213
| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST`, `SHORT_TURBO` | `LONG_FAST` |
214214
| lora.use_preset | `false`, `true` | `false` |
215-
| lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868`, `MY_433`, `MY_919`, `SG_923` | `UNSET` |
215+
| lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868`, `MY_433`, `MY_919`, `SG_923`, `KZ_433`, `KZ_863`, `BR_902`, `NP_865` | `UNSET` |
216216
| lora.bandwidth | `31`, `62`, `125`, `250`, `500` | `250` |
217217
| lora.spread_factor | `7`, `8`, `9`, `10`, `11`, `12` | `12` |
218218
| lora.coding_rate | `5`, `6`, `7`, `8` | `8` |

docs/configuration/region-by-country.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you'd like to contribute information for your country, click the "Edit this p
2424
| ------------------ | ------------------ | --------------------------------------------------------------------------------------------------- |
2525
| Belgium | EU_868<br />EU_433 | |
2626
| Bosnia-Herzegowina | EU_868<br />EU_433 | |
27-
| Brazil | ANZ | [Brazilian Regulations](https://www.gov.br/anatel/pt-br/regulado/radiofrequencia/radiacao-restrita) |
27+
| Brazil | ANZ<br />BR_902 | [Brazilian Regulations](https://www.gov.br/anatel/pt-br/regulado/radiofrequencia/radiacao-restrita) |
2828
| Bulgaria | EU_868<br />EU_433 | |
2929

3030
### C
@@ -87,6 +87,7 @@ If you'd like to contribute information for your country, click the "Edit this p
8787

8888
| Country | LoRa Region | Regulatory document |
8989
| ------- | ----------- | --------------------------------------------------------------------------- |
90+
| Kazakhstan| KZ_433<br />KZ_863 | [Kazakh Regulations](https://www.gov.kz/memleket/entities/mdai/press/article/details/6128) |
9091
| Korea | KR | [Korean Regulations](https://qiita.com/ammo0613/items/d952154f1195b64dc29f) |
9192

9293
### L

0 commit comments

Comments
 (0)