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 all 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: Frequency plan for Brazil (Australia base), using sub-band 1 and dwell time disabled
base-frequency: 915
country-codes: [br]
file: AU_915_928_FSB_1_NDT.yml
Comment on lines +162 to +168
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few requests based on the previous discussion:

  • add plans for the other FSBs
  • differentiate the name from the others (now they have the same name). Probably just append for Brazil or something
  • use the override mentioned by @adriansmares


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