mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-05-03 04:02:15 +02:00
Merge pull request #117 from zindello/feat/addUltraPeaterBoards
Feat/add ultra peater boards
This commit is contained in:
@@ -25,6 +25,14 @@
|
||||
"bandwidth": "250",
|
||||
"coding_rate": "5"
|
||||
},
|
||||
{
|
||||
"title": "Australia: NSW (Wide)",
|
||||
"description": "915.800MHz / SF11 / BW250 / CR5",
|
||||
"frequency": "915.800",
|
||||
"spreading_factor": "11",
|
||||
"bandwidth": "250",
|
||||
"coding_rate": "5"
|
||||
},
|
||||
{
|
||||
"title": "Australia (Narrow)",
|
||||
"description": "916.575MHz / SF7 / BW62.5 / CR8",
|
||||
|
||||
@@ -205,6 +205,45 @@
|
||||
"dio3_tcxo_voltage": 1.8,
|
||||
"preamble_length": 17,
|
||||
"is_waveshare": false
|
||||
},
|
||||
"ultrapeater-e22": {
|
||||
"name": "Zindello Industries UltraPeater E22",
|
||||
"bus_id": 0,
|
||||
"cs_id": 0,
|
||||
"cs_pin": 16,
|
||||
"reset_pin": 22,
|
||||
"busy_pin": 11,
|
||||
"irq_pin": 10,
|
||||
"txen_pin": 20,
|
||||
"rxen_pin": 21,
|
||||
"txled_pin": 8,
|
||||
"rxled_pin": 1,
|
||||
"tx_power": 22,
|
||||
"use_dio2_rf": false,
|
||||
"use_dio3_tcxo": true,
|
||||
"preamble_length": 17,
|
||||
"use_gpiod_backend": true,
|
||||
"gpio_chip": 1
|
||||
},
|
||||
"ultrapeater-e22p": {
|
||||
"name": "Zindello Industries UltraPeater E22P",
|
||||
"bus_id": 0,
|
||||
"cs_id": 0,
|
||||
"cs_pin": 16,
|
||||
"reset_pin": 22,
|
||||
"busy_pin": 11,
|
||||
"irq_pin": 10,
|
||||
"txen_pin": 20,
|
||||
"rxen_pin": -1,
|
||||
"en_pin": 21,
|
||||
"txled_pin": 8,
|
||||
"rxled_pin": 1,
|
||||
"tx_power": 22,
|
||||
"use_dio2_rf": false,
|
||||
"use_dio3_tcxo": true,
|
||||
"preamble_length": 17,
|
||||
"use_gpiod_backend": true,
|
||||
"gpio_chip": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user