Skip to content

Commit

Permalink
Add EU_433 frequency plan
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed Apr 8, 2021
1 parent 3140073 commit 566bbfa
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
81 changes: 81 additions & 0 deletions EU_433.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
band-id: EU_433
sub-bands:
- min-frequency: 433050000
max-frequency: 434790000
duty-cycle: 0.1 # NOTE: ETSI EN300220 limit is 10%; LoRaWAN limit for end-devices is 1%
max-eirp: 12.15
uplink-channels:
- frequency: 433175000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 433375000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 433575000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 433775000
min-data-rate: 0
max-data-rate: 5
radio: 0
- frequency: 433975000
min-data-rate: 0
max-data-rate: 5
radio: 1
- frequency: 434175000
min-data-rate: 0
max-data-rate: 5
radio: 1
- frequency: 434375000
min-data-rate: 0
max-data-rate: 5
radio: 1
- frequency: 434575000
min-data-rate: 0
max-data-rate: 5
radio: 1
downlink-channels:
- frequency: 433175000
min-data-rate: 0
max-data-rate: 5
- frequency: 433375000
min-data-rate: 0
max-data-rate: 5
- frequency: 433575000
min-data-rate: 0
max-data-rate: 5
- frequency: 433775000
min-data-rate: 0
max-data-rate: 5
- frequency: 433975000
min-data-rate: 0
max-data-rate: 5
- frequency: 434175000
min-data-rate: 0
max-data-rate: 5
- frequency: 434375000
min-data-rate: 0
max-data-rate: 5
- frequency: 434575000
min-data-rate: 0
max-data-rate: 5
lora-standard-channel:
frequency: 434075000
data-rate: 6
radio: 1
radios:
- enable: true
chip-type: SX1255
frequency: 433475000
rssi-offset: -176
tx:
min-frequency: 433050000
max-frequency: 434790000
- enable: true
chip-type: SX1255
frequency: 434275000
rssi-offset: -176
clock-source: 1
6 changes: 6 additions & 0 deletions frequency-plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
country-codes: [al, ad, ao, at, bh, be, ba, bw, bg, cg, hr, cy, cz, dk, ee, sz, fi, fr, gr, hu, is, ie, it, lv, ls, li, lt, lu, mg, mw, mt, mu, md, me, mz, na, nl, mk, ph, pl, pt, ro, ru, sa, rs, sc, sk, si, za, es, se, ch, tz, tr, ae, gb, va, zm, zw]
file: EU_863_870_TTN.yml

- id: EU_433
name: Europe 433 MHz (ITU region 1)
description: Default frequency plan for worldwide 433MHz
base-frequency: 433
file: EU_433.yml

- id: US_902_928_FSB_1
name: United States 902-928 MHz, FSB 1
description: Default frequency plan for the United States and Canada, using sub-band 1
Expand Down

0 comments on commit 566bbfa

Please sign in to comment.