Skip to content

Commit

Permalink
HelloRadio V16 TX, HR7E HR8E RX targets
Browse files Browse the repository at this point in the history
HelloRadio V16 TX, HR7E HR8E RX
  • Loading branch information
SunjunKim authored Aug 23, 2024
2 parents f3215b5 + ea54063 commit 3cc4b36
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
38 changes: 38 additions & 0 deletions RX/HelloRadio HR7E.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"serial_rx": 3,
"serial_tx": 1,

"radio_miso": 35,
"radio_mosi": 32,
"radio_rst": 25,
"radio_sck": 33,
"radio_busy": 37,
"radio_dio1": 38,
"radio_nss": 26,

"ant_ctrl": 23,

"power_txen": 18,
"power_min": 0,
"power_high": 3,
"power_max": 3,
"power_default": 3,
"power_control": 0,
"power_values": [-10, -7, -4, -1],

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

"pwm_outputs": [14, 12, 13, 15, 4, 9, 10, 1],

"i2c_sda": 22,
"i2c_scl": 19,

"button": 0,

"vbat": 36,
"vbat_offset": -147,
"vbat_scale": 1239
}
38 changes: 38 additions & 0 deletions RX/HelloRadio HR8E.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"serial_rx": 3,
"serial_tx": 1,

"radio_miso": 35,
"radio_mosi": 32,
"radio_rst": 25,
"radio_sck": 33,
"radio_busy": 37,
"radio_dio1": 38,
"radio_nss": 26,

"ant_ctrl": 23,

"power_txen": 18,
"power_min": 0,
"power_high": 3,
"power_max": 3,
"power_default": 3,
"power_control": 0,
"power_values": [-10, -7, -4, -1],

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

"pwm_outputs": [14, 12, 13, 15, 4, 9, 10, 5, 1],

"i2c_sda": 22,
"i2c_scl": 19,

"button": 0,

"vbat": 36,
"vbat_offset": -147,
"vbat_scale": 1239
}
34 changes: 34 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,40 @@
}
}
},
"helloradio": {
"name": "HelloRadio",
"tx_2400": {
"v16": {
"product_name": "HELLORADIO V16 Internal 2.4GHz TX",
"lua_name": "HR V16",
"layout_file": "Radiomaster TX16S 2400.json",
"upload_methods": ["uart", "wifi", "etx"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_TX"
}
},
"rx_2400": {
"hr8e": {
"product_name": "HelloRadio HR8E 2.4GHz Diversity+8xPWM RX",
"lua_name": "HR HR8EG",
"layout_file": "HelloRadio HR8E.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX"
},
"hr7e": {
"product_name": "HelloRadio HR7E 2.4GHz Diversity+7xPWM RX",
"lua_name": "HR HR7EG",
"layout_file": "HelloRadio HR7E.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX"
}
}
},
"hglrc": {
"name": "HGLRC",
"rx_900": {
Expand Down

0 comments on commit 3cc4b36

Please sign in to comment.