Skip to content

Commit d6ea918

Browse files
committed
Add beacon configuration.
1 parent 793d9ec commit d6ea918

File tree

4 files changed

+98
-0
lines changed

4 files changed

+98
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Beacon configuration.
2+
#
3+
# This requires a gateway with GPS / GNSS.
4+
[gateway.beacon]
5+
6+
# Compulsory RFU size.
7+
compulsory_rfu_size=2
8+
9+
# Beacon frequency / frequencies (Hz).
10+
frequencies=[
11+
923400000,
12+
]
13+
14+
# Bandwidth (Hz).
15+
bandwidth=125000
16+
17+
# Spreading factor.
18+
spreading_factor=9
19+
20+
# TX power.
21+
tx_power=14
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Beacon configuration.
2+
#
3+
# This requires a gateway with GPS / GNSS.
4+
[gateway.beacon]
5+
6+
# Compulsory RFU size.
7+
compulsory_rfu_size=3
8+
9+
# Beacon frequency / frequencies (Hz).
10+
frequencies=[
11+
923300000,
12+
923900000,
13+
924500000,
14+
925100000,
15+
925700000,
16+
926300000,
17+
926900000,
18+
927500000,
19+
]
20+
21+
# Bandwidth (Hz).
22+
bandwidth=500000
23+
24+
# Spreading factor.
25+
spreading_factor=12
26+
27+
# TX power.
28+
tx_power=14
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Beacon configuration.
2+
#
3+
# This requires a gateway with GPS / GNSS.
4+
[gateway.beacon]
5+
6+
# Compulsory RFU size.
7+
compulsory_rfu_size=2
8+
9+
# Beacon frequency / frequencies (Hz).
10+
frequencies=[
11+
869525000,
12+
]
13+
14+
# Bandwidth (Hz).
15+
bandwidth=125000
16+
17+
# Spreading factor.
18+
spreading_factor=9
19+
20+
# TX power.
21+
tx_power=14
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Beacon configuration.
2+
#
3+
# This requires a gateway with GPS / GNSS.
4+
[gateway.beacon]
5+
6+
# Compulsory RFU size.
7+
compulsory_rfu_size=5
8+
9+
# Beacon frequency / frequencies (Hz).
10+
frequencies=[
11+
923300000,
12+
923900000,
13+
924500000,
14+
925100000,
15+
925700000,
16+
926300000,
17+
926900000,
18+
927500000,
19+
]
20+
21+
# Bandwidth (Hz).
22+
bandwidth=500000
23+
24+
# Spreading factor.
25+
spreading_factor=12
26+
27+
# TX power.
28+
tx_power=14

0 commit comments

Comments
 (0)