Skip to content

Commit 893bbf6

Browse files
committed
config: Add RU864 region config.
1 parent 9e4d47b commit 893bbf6

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

configuration/region_ru864.toml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[mappings]
2+
3+
channels = [868900000, 869100000]
4+
5+
tx_power = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]
6+
7+
[[mappings.data_rates]]
8+
modulation = "LORA"
9+
spreading_factor = 12
10+
bandwidth = 125000
11+
code_rate = "4/5"
12+
13+
[[mappings.data_rates]]
14+
modulation = "LORA"
15+
spreading_factor = 11
16+
bandwidth = 125000
17+
code_rate = "4/5"
18+
19+
[[mappings.data_rates]]
20+
modulation = "LORA"
21+
spreading_factor = 10
22+
bandwidth = 125000
23+
code_rate = "4/5"
24+
25+
[[mappings.data_rates]]
26+
modulation = "LORA"
27+
spreading_factor = 9
28+
bandwidth = 125000
29+
code_rate = "4/5"
30+
31+
[[mappings.data_rates]]
32+
modulation = "LORA"
33+
spreading_factor = 8
34+
bandwidth = 125000
35+
code_rate = "4/5"
36+
37+
[[mappings.data_rates]]
38+
modulation = "LORA"
39+
spreading_factor = 7
40+
bandwidth = 125000
41+
code_rate = "4/5"
42+
43+
[[mappings.data_rates]]
44+
modulation = "LORA"
45+
spreading_factor = 7
46+
bandwidth = 250000
47+
code_rate = "4/5"
48+
49+
[[mappings.data_rate]]
50+
modulation = "FSK"
51+
bitrate = 50000

0 commit comments

Comments
 (0)