Skip to content
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ RAK Wireless RAK6421 with RAK1330x
GPIO Pins(IO Slot 1): Reset=16, Busy=24, IRQ=22, use_dio3_tcxo=True, use_dio2_rf=True
GPIO Pins(IO Slot 2): Reset=24, Busy=19, IRQ=18, use_dio3_tcxo=True, use_dio2_rf=True

RAK Wireless RAK7391 with RAK1330x

Hardware: RAK1330x LoRa module
Platform: Raspberry Pi (or compatible single-board computer)
Frequency: 868MHz (EU) or 915MHz (US)
TX Power: 22dBm on RAK13300, 30dBm on RAK13302
SPI Bus: SPI0
GPIO Pins(IO Slot 1): Reset=4, Busy=5, IRQ=6, use_dio3_tcxo=True, use_dio2_rf=False
GPIO Pins(IO Slot 2): Reset=12, Busy=13, IRQ=14, use_dio3_tcxo=True, use_dio2_rf=False

...

## Screenshots
Expand Down
40 changes: 40 additions & 0 deletions radio-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,46 @@
"preamble_length": 17,
"use_gpiod_backend": true,
"gpio_chip": 1
},
"rak7391-13300x-slot1": {
"name": "Rak Wireless RAK7391 with RAK1330x on IO Slot 1",
"bus_id": 0,
"cs_id": 0,
"cs_pin": -1,
"reset_pin": 4,
"busy_pin": 5,
"irq_pin": 6,
"txen_pin": -1,
"rxen_pin": -1,
"txled_pin": -1,
"rxled_pin": -1,
"tx_power": 22,
"use_dio2_rf": false,
"use_dio3_tcxo": true,
"dio3_tcxo_voltage": 1.8,
"preamble_length": 17,
"use_gpiod_backend": true,
"gpio_chip": 2
},
"rak7391-13300x-slot2": {
"name": "Rak Wireless RAK7391 with RAK1330x on IO Slot 2",
"bus_id": 0,
"cs_id": 1,
"cs_pin": -1,
"reset_pin": 12,
"busy_pin": 13,
"irq_pin": 14,
"txen_pin": -1,
"rxen_pin": -1,
"txled_pin": -1,
"rxled_pin": -1,
"tx_power": 22,
"use_dio2_rf": false,
"use_dio3_tcxo": true,
"dio3_tcxo_voltage": 1.8,
"preamble_length": 17,
"use_gpiod_backend": true,
"gpio_chip": 2
}
}
}