Skip to content

Commit

Permalink
BAYCK-LR1121-Nano-Tx
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed Oct 12, 2024
1 parent 572a90f commit aec627d
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 @@ -113,6 +113,32 @@
"firmware": "Unified_ESP32_2400_RX"
}
},
"tx_dual": {
"nano": {
"product_name": "BAYCKRC 900/2400 Dual Band TX",
"lua_name": "BK 900/2400 Tx",
"layout_file": "BAYCKRC Dual Band.json",
"upload_methods": ["uart", "wifi"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
},
"nano_gemini": {
"product_name": "BAYCKRC 900/2400 Dual Band Gemini TX",
"lua_name": "BK 900/2400 GTx",
"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 aec627d

Please sign in to comment.