Skip to content

Commit

Permalink
BER
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed Jun 24, 2024
1 parent 73c26f6 commit 5049145
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 20 deletions.
30 changes: 30 additions & 0 deletions RX/BER Receiver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"serial_rx": 3,
"serial_tx": 1,

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

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

"power_min": 0,
"power_high": 0,
"power_max": 0,
"power_default": 0,
"power_control": 0,
"power_values": [0],
"power_values_dual": [-18],

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

"radio_dcdc": true,

"button": 0
}
30 changes: 30 additions & 0 deletions TX/BER Transmitter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"serial_rx": 23,
"serial_tx": 23,

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

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

"power_min": 0,
"power_high": 0,
"power_max": 0,
"power_default": 0,
"power_control": 0,
"power_values": [0],
"power_values_dual": [-18],

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

"radio_dcdc": true,

"button": 0
}
28 changes: 8 additions & 20 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,6 @@
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX"
}
},
"rx_dual": {
"dual": {
"product_name": "BAYCKRC 900/2400 Dual Band Gemini RX",
"lua_name": "BK 900/2400 GRx",
"layout_file": "Generic LR1121 True Diversity.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_RX"
}
}
},
"betafpv": {
Expand Down Expand Up @@ -1060,22 +1049,21 @@
}
},
"tx_dual": {
"gemini": {
"product_name": "Gemini XrossBand 2.4/900 TX",
"lua_name": "GemX TX",
"layout_file": "Generic LR1121 Gemini.json",
"ber": {
"product_name": "BER Transmitter",
"lua_name": "BER TX",
"layout_file": "BER Transmitter.json",
"upload_methods": ["uart", "wifi"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
}

},
"rx_dual": {
"true_diversity": {
"product_name": "Gemini XrossBand PA 2.4/900 RX",
"lua_name": "GemX RX",
"layout_file": "Generic LR1121 True Diversity.json",
"ber": {
"product_name": "BER Receiver",
"lua_name": "BER RX",
"layout_file": "BER Receiver.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"platform": "esp32",
Expand Down

0 comments on commit 5049145

Please sign in to comment.