Skip to content

Commit d40eac1

Browse files
authored
Merge pull request #50 from OpenIPC/wkumik-patch-10
added action button info
2 parents 966a74f + f2af787 commit d40eac1

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/content/docs/hardware/OpenIPC/VRX/openipc-bonnet.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ Pair the FPV goggles such as Meta quest 3 to create a lightweight, wearable FPV
9797

9898
The OpenIPC Bonnet includes an **HDMI-to-DisplayPort bridge**, allowing you to connect a low-latency external monitor—ideal for FPV, debugging, or touchscreen interfaces.
9999

100-
### Connection Requirements
101-
102100
To use the DisplayPort output:
103101

104102
- You need a **micro HDMI to micro HDMI bridge connector** (male-to-male or an appropriate micro HDMI cable), since the Bonnet routes video output from the SBC’s HDMI through the internal bridge.
@@ -108,6 +106,19 @@ The bridge automatically negotiates video parameters using EDID, so no special c
108106

109107
> Useful for attaching to a head-mounted display, small FPV monitor, or modern VR glasses.
110108
109+
## Action Button
110+
111+
The push button is mapped to **GPIO pin number 22** on Radxa zero 3. This works with SBC images for OpenIPC-FPV. **It will not work with Ruby FPV.**
112+
To remap the button to work with Ruby QA1 button, follow RubyFPV guidelines for custom Button mapping:
113+
114+
1. Insert the SD card (that has Ruby flashed on it) into a PC;
115+
2. On the partition that shows up, add a new file named gpio.txt;
116+
3. Edit this new file and add 4 numbers, corresponding to the GPIO pin numbers you want to use for Menu/Back/Up/Down;
117+
4. If you want to customize the GPIO pins for the Quick Actions too, add 3 additional numbers corresponding to the new GPIO pins to be used for QA1, QA2 and QA3;
118+
119+
**The file content should be:**
120+
> 11,13,16,18,32
121+
5. Save the file. Ruby will use the new GPIO mappings.
111122

112123
## Software Notes
113124

0 commit comments

Comments
 (0)