From 9acba65242b3c0666c8196b036d6937840d7d5a6 Mon Sep 17 00:00:00 2001 From: theshaun Date: Thu, 12 Feb 2026 20:57:27 +1000 Subject: [PATCH] Update Femtofox configs --- radio-settings.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/radio-settings.json b/radio-settings.json index a532bba..a6fdfdd 100644 --- a/radio-settings.json +++ b/radio-settings.json @@ -125,8 +125,43 @@ "rxen_pin": 24, "txled_pin": -1, "rxled_pin": -1, - "tx_power": 30, + "tx_power": 22, + "use_dio2_rf": true, + "use_dio3_tcxo": true + }, + "femtofox-2W-SX": { + "name": "FemtoFox SX1262 (2W)", + "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": 8, + "use_dio2_rf": true, + "use_dio3_tcxo": true + }, + "nebrahat": { + "name": "NebraHat-2W", + "bus_id": 0, + "cs_id": 0, + "cs_pin": 8, + "reset_pin": 18, + "busy_pin": 4, + "irq_pin": 22, + "txen_pin": -1, + "rxen_pin": 25, + "txled_pin": -1, + "rxled_pin": -1, + "tx_power": 8, "use_dio3_tcxo": true, + "use_dio2_rf": true, "preamble_length": 17 } }