Skip to content

Commit 727b98d

Browse files
authored
Add BR_902, Brazil 902MHz-907.5MHz
As reported by @barbabarros , the Brazilian government has specific support for LoRA[1] across multiple frequencies[2][3]. We currently support Brazil through the ANZ/AU915 band. However, Brazil also has another frequency available for use: 902 - 907.5 MHz , 1W power limit, no duty cycle restrictions [1] https://sistemas.anatel.gov.br/anexar-api/publico/anexos/download/a028ab5cc4e3f97442830bba0c8bd1dd [2] https://informacoes.anatel.gov.br/legislacao/resolucoes/2025/2001-resolucao-772 [3] https://informacoes.anatel.gov.br/legislacao/atos-de-certificacao-de-produtos/2017/1139-ato-14448#item10 Fixes meshtastic/firmware#3741
1 parent 15c1fbd commit 727b98d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meshtastic/config.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,10 @@ message Config {
931931
* Kazakhstan 863MHz
932932
*/
933933
KZ_863 = 24;
934+
/*
935+
* Brazil 902MHz
936+
*/
937+
BR_902 = 25;
934938
}
935939

936940
/*

0 commit comments

Comments
 (0)