Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/au915 fsb1 dwelltime off #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions AU_915_928_FSB_1_NDT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
band-id: AU_915_928
uplink-channels:
- frequency: 915200000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 915400000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 915600000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 915800000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 916000000
min-data-rate: 0
max-data-rate: 5
radio: 1
- frequency: 916200000
min-data-rate: 0
max-data-rate: 5
radio: 1
- frequency: 916400000
min-data-rate: 0
max-data-rate: 5
radio: 1
- frequency: 916600000
min-data-rate: 0
max-data-rate: 5
radio: 1
lora-standard-channel:
frequency: 915900000
data-rate: 12
radio: 0
dwell-time:
uplinks: false
downlinks: false
radios:
- enable: true
chip-type: SX1257
frequency: 915600000
rssi-offset: -166
tx:
min-frequency: 915000000
max-frequency: 928000000
- enable: true
chip-type: SX1257
frequency: 916300000
rssi-offset: -166
clock-source: 1
8 changes: 8 additions & 0 deletions frequency-plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@
country-codes: [ar, au, bo, br, ca, cl, co, do, nz, py, pe, sr, uy]
file: AU_915_928_FSB_8.yml

- id: AU_915_928_FSB_1_NDT
band-id: AU_915_928
name: Australia 915-928 MHz, FSB 1
description: Default frequency plan for Australia, using sub-band 1 and dwell time disabled
EduardoPfeifer marked this conversation as resolved.
Show resolved Hide resolved
base-frequency: 915
country-codes: [ar, au, bo, br, ca, cl, co, do, nz, py, pe, sr, uy]
EduardoPfeifer marked this conversation as resolved.
Show resolved Hide resolved
file: AU_915_928_FSB_1_NDT.yml

- id: CN_470_510_FSB_1
band-id: CN_470_510
name: China 470-510 MHz, FSB 1
Expand Down