Skip to content

Commit

Permalink
Merge pull request #115 from ExpressLRS/BAYCK-LR1121-Nano-Tx
Browse files Browse the repository at this point in the history
BAYCKRC 900/2400 Dual Band 1W Nano Gemini TX
  • Loading branch information
JyeSmith authored Dec 8, 2024
2 parents 49d78e8 + 385bc95 commit 54dabce
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
39 changes: 39 additions & 0 deletions TX/BAYCKRC Dual Band.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"serial_rx": 13,
"serial_tx": 13,

"radio_miso": 33,
"radio_mosi": 32,
"radio_sck": 25,

"radio_busy": 36,
"radio_dio1": 37,
"radio_nss": 27,
"radio_rst": 26,

"radio_rfo_hf": true,
"radio_dcdc": true,

"power_min": 2,
"power_high": 6,
"power_max": 7,
"power_default": 3,
"power_control": 0,
"power_values": [-16,-12,-8,-5,0,5],
"power_values_dual": [-17,-14,-9,-6,1,1],

"led_rgb": 12,
"led_rgb_isgrb": true,
"ledidx_rgb_status": [0],
"ledidx_rgb_boot": [0],

"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 18,
"debug_backpack_tx": 5,
"backpack_boot": 23,
"backpack_en": 14,
"passthrough_baud": 230400,

"misc_fan_en": 4
}
26 changes: 26 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,32 @@
"firmware": "Unified_ESP32C3_2400_RX"
}
},
"tx_dual": {
"nano": {
"product_name": "BAYCKRC 900/2400 Dual Band 1W Nano TX",
"lua_name": "B 9002G4 Nano TX",
"layout_file": "BAYCKRC Dual Band.json",
"upload_methods": ["uart", "wifi"],
"min_version": "3.5.2",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
},
"nano_gemini": {
"product_name": "BAYCKRC 900/2400 Dual Band 1W Nano Gemini TX",
"lua_name": "B 9002G4 NanoGTX",
"layout_file": "BAYCKRC Dual Band.json",
"overlay": {
"radio_busy_2": 39,
"radio_dio1_2": 34,
"radio_nss_2": 15,
"radio_rst_2": 21
},
"upload_methods": ["uart", "wifi"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
}
},
"rx_dual": {
"dual": {
"product_name": "BAYCKRC 900/2400 Dual Band Gemini RX",
Expand Down

0 comments on commit 54dabce

Please sign in to comment.