Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bandit Nano as RX #52

Merged
merged 4 commits into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions RX/Radiomaster Bandit Nano.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"serial_rx": 3,
"serial_tx": 1,
"radio_dio0": 22,
"radio_dio1": 21,
"radio_miso": 19,
"radio_mosi": 23,
"radio_nss": 4,
"radio_rst": 5,
"radio_sck": 18,
"radio_dcdc": true,
"radio_rfo_hf": true,
"power_txen": 33,
"power_apc2": 26,
"power_min": 3,
"power_high": 6,
"power_max": 6,
"power_default": 3,
"power_control": 3,
"power_values": [168,148,128,90],
"power_values2": [2,6,9,12],
"led": 15,
"button": 39
}
9 changes: 9 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2080,6 +2080,15 @@
"min_version": "3.3.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX"
},
"bandit-nano-rx": {
"product_name": "RadioMaster Bandit Nano/Micro 900MHz RX",
"lua_name": "RM Bandit RX",
"layout_file": "Radiomaster Bandit Nano.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.2",
"platform": "esp32",
"firmware": "Unified_ESP32_900_RX"
}
},
"tx_2400": {
Expand Down