Skip to content

Commit

Permalink
Merge pull request #41 from ExpressLRS/betafpv
Browse files Browse the repository at this point in the history
Add BETAFPV Nano V2 targets
  • Loading branch information
JyeSmith authored Feb 5, 2024
2 parents 70de433 + a77bd14 commit b70bab2
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
40 changes: 40 additions & 0 deletions TX/BETAFPV 2400 Nano V2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"serial_rx": 21,
"serial_tx": 21,

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

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

"radio_dcdc": true,

"power_rxen": 10,
"power_txen": 14,

"power_lna_gain": 12,
"power_min": 1,
"power_high": 6,
"power_max": 6,
"power_default": 2,
"power_control": 0,
"power_values": [-18,-15,-12,-7,-4,2],

"led_rgb": 22,
"led_rgb_isgrb": true,
"misc_fan_en": 12,
"button": 2,
"button2": 4,

"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 18,
"debug_backpack_tx": 5,
"backpack_boot": 23,
"backpack_en": 19,
"passthrough_baud": 230400
}
35 changes: 35 additions & 0 deletions TX/BETAFPV 900 Nano V2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"serial_rx": 21,
"serial_tx": 21,

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

"radio_busy": 36,
"radio_dio0": 37,
"radio_nss": 27,
"radio_rst": 14,

"power_min": 0,
"power_high": 7,
"power_max": 7,
"power_default": 2,
"power_control": 3,
"power_values": [10,20,30,40,60,110,150,225],
"power_apc2": 26,

"led_rgb": 22,
"led_rgb_isgrb": true,
"misc_fan_en": 12,
"button": 2,
"button2": 4,

"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 18,
"debug_backpack_tx": 5,
"backpack_boot": 23,
"backpack_en": 19,
"passthrough_baud": 230400
}
20 changes: 20 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@
"firmware": "Unified_ESP32_900_TX",
"prior_target_name": "BETAFPV_900_TX"
},
"nanov2": {
"product_name": "BETAFPV 900MHz Nano TX V2",
"lua_name": "BETAFPV 900Nano",
"layout_file": "BETAFPV 900 Nano V2.json",
"upload_methods": ["uart", "wifi"],
"min_version": "3.3.0",
"platform": "esp32",
"firmware": "Unified_ESP32_900_TX",
"prior_target_name": "BETAFPV_900_TX"
},
"micro900": {
"product_name": "BETAFPV 900MHz Micro TX",
"lua_name": "BETAFPV 900Micro",
Expand Down Expand Up @@ -188,6 +198,16 @@
"firmware": "Unified_ESP32_2400_TX",
"prior_target_name": "BETAFPV_2400_TX"
},
"nanov2": {
"product_name": "BETAFPV 2.4GHz Nano TX V2",
"lua_name": "BETAFPV 2G4Nano",
"layout_file": "BETAFPV 2400 Nano V2.json",
"upload_methods": ["uart", "wifi"],
"min_version": "3.3.0",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_TX",
"prior_target_name": "BETAFPV_2400_TX"
},
"micro2g4": {
"product_name": "BETAFPV 2.4GHz Micro TX",
"lua_name": "BETAFPV2G4Micro",
Expand Down

0 comments on commit b70bab2

Please sign in to comment.