mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-05-02 03:32:15 +02:00
134 lines
2.8 KiB
JSON
134 lines
2.8 KiB
JSON
{
|
|
"hardware": {
|
|
"waveshare": {
|
|
"name": "Waveshare LoRa HAT",
|
|
"bus_id": 0,
|
|
"cs_id": 0,
|
|
"cs_pin": 21,
|
|
"reset_pin": 18,
|
|
"busy_pin": 20,
|
|
"irq_pin": 16,
|
|
"txen_pin": 13,
|
|
"rxen_pin": 12,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 22,
|
|
"preamble_length": 17,
|
|
"is_waveshare": true
|
|
},
|
|
"uconsole": {
|
|
"name": "uConsole LoRa Module",
|
|
"bus_id": 1,
|
|
"cs_id": 0,
|
|
"cs_pin": -1,
|
|
"reset_pin": 25,
|
|
"busy_pin": 24,
|
|
"irq_pin": 26,
|
|
"txen_pin": -1,
|
|
"rxen_pin": -1,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 22,
|
|
"preamble_length": 17
|
|
},
|
|
"pimesh-1w-usa": {
|
|
"name": "PiMesh-1W (USA)",
|
|
"bus_id": 0,
|
|
"cs_id": 0,
|
|
"cs_pin": 21,
|
|
"reset_pin": 18,
|
|
"busy_pin": 20,
|
|
"irq_pin": 16,
|
|
"txen_pin": 13,
|
|
"rxen_pin": 12,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 30,
|
|
"use_dio3_tcxo": true,
|
|
"preamble_length": 17
|
|
},
|
|
"pimesh-1w-uk": {
|
|
"name": "PiMesh-1W (UK)",
|
|
"bus_id": 0,
|
|
"cs_id": 0,
|
|
"cs_pin": 21,
|
|
"reset_pin": 18,
|
|
"busy_pin": 20,
|
|
"irq_pin": 16,
|
|
"txen_pin": 13,
|
|
"rxen_pin": 12,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 22,
|
|
"use_dio3_tcxo": true,
|
|
"preamble_length": 17
|
|
},
|
|
"meshadv-mini": {
|
|
"name": "MeshAdv Mini",
|
|
"bus_id": 0,
|
|
"cs_id": 0,
|
|
"cs_pin": 8,
|
|
"reset_pin": 24,
|
|
"busy_pin": 20,
|
|
"irq_pin": 16,
|
|
"txen_pin": -1,
|
|
"rxen_pin": 12,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 22,
|
|
"preamble_length": 17
|
|
},
|
|
"meshadv": {
|
|
"name": "MeshAdv",
|
|
"bus_id": 0,
|
|
"cs_id": 0,
|
|
"cs_pin": 21,
|
|
"reset_pin": 18,
|
|
"busy_pin": 20,
|
|
"irq_pin": 16,
|
|
"txen_pin": 13,
|
|
"rxen_pin": 12,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 22,
|
|
"use_dio3_tcxo": true,
|
|
"preamble_length": 17
|
|
},
|
|
"zebra": {
|
|
"name": "ZebraHat-1W",
|
|
"bus_id": 0,
|
|
"cs_id": 0,
|
|
"cs_pin": 24,
|
|
"reset_pin": 17,
|
|
"busy_pin": 27,
|
|
"irq_pin": 22,
|
|
"txen_pin": -1,
|
|
"rxen_pin": -1,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 18,
|
|
"use_dio3_tcxo": true,
|
|
"use_dio2_rf": true,
|
|
"preamble_length": 17
|
|
},
|
|
"femtofox-1W-SX": {
|
|
"name": "FemtoFox SX1262 (1W)",
|
|
"bus_id": 0,
|
|
"cs_id": 0,
|
|
"cs_pin": 16,
|
|
"gpio_chip": 1,
|
|
"use_gpiod_backend": true,
|
|
"reset_pin": 25,
|
|
"busy_pin": 22,
|
|
"irq_pin": 23,
|
|
"txen_pin": -1,
|
|
"rxen_pin": 24,
|
|
"txled_pin": -1,
|
|
"rxled_pin": -1,
|
|
"tx_power": 30,
|
|
"use_dio3_tcxo": true,
|
|
"preamble_length": 17
|
|
}
|
|
}
|
|
}
|