Skip to content

Commit 966a74f

Browse files
authored
Merge pull request #48 from BlackFox-org/main
Pictures are added to Bonnet article, Runcam WiFiLink's MiPi cable specs are updated(Vista compatible)
2 parents 94f00cd + 32c0886 commit 966a74f

File tree

10 files changed

+20
-12
lines changed

10 files changed

+20
-12
lines changed
24.3 KB
Loading
175 KB
Loading
49.9 KB
Loading
136 KB
Loading

src/assets/images/bonnet-top-dark.png

271 KB
Loading
65.4 KB
Loading

src/content/docs/hardware/OpenIPC/OpenIPC Bonnet.md renamed to src/content/docs/hardware/OpenIPC/VRX/openipc-bonnet.mdx

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ tags:
88
- expansion
99
- openipc
1010
---
11+
import ThemeImage from '/src/components/ThemeImage.astro'
1112

12-
# OpenIPC Bonnet
13+
![image](https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bonnet-main-image.jpg)
1314

1415
The **OpenIPC Bonnet** is a compact expansion board designed to extend the capabilities of small single-board computers—such as the Radxa Zero 3W—used in FPV, relay, and ground station systems. It integrates USB expansion, motion sensing, power management, and communication interfaces tailored for use with OpenIPC.
1516

@@ -36,17 +37,20 @@ The **OpenIPC Bonnet** is a compact expansion board designed to extend the capab
3637

3738
## Front View Diagram
3839

39-
> _[Insert front-facing image or wiring diagram of the OpenIPC Bonnet here]_
40-
> _Label key connectors, power pads, and ports._
41-
40+
<ThemeImage
41+
lightSrc="https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bonnet-top-light.jpg"
42+
darkSrc="https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bonnet-top-dark.png"
43+
alt="Front"
44+
/>
4245
---
4346

4447
## Back View Diagram
4548

46-
> _[Insert rear-facing image or PCB layout of the OpenIPC Bonnet here]_
47-
> _Highlight the USB hub, IMU, and DisplayPort bridge._
48-
49-
---
49+
<ThemeImage
50+
lightSrc="https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bonnet-bottom-light.jpg"
51+
darkSrc="https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bonnet-bottom-dark.png"
52+
alt="Back"
53+
/>
5054

5155
## Typical Use Cases
5256

src/content/docs/hardware/Runcam/VTX/runcam-wifilink-v1.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ThemeImage from '/src/components/ThemeImage.astro'
1212
|:------------------------------|:---------:|
1313
|Field of view | FOV 160° |
1414
|Power range | DC 9-30V (BEC power supply highly recommended. Non-direct power supply from Lipo battery) |
15-
|Lens module size | 19*19mm/M12 lens/MIPI cable 200/130mm (MIPI cable is proprietary, if you broke one - please contact manufacturer) |
15+
|Lens module size | 19*19mm/M12 lens/MIPI cable 200/130mm (Vista compatible) |
1616
|Mounting hole spacing | 25.5mm*25.5mm |
1717
|PCB size | 30mm*30mm(338Q) 32mm*32mm(WIFI) |
1818
|Weight | 30g |
@@ -88,4 +88,4 @@ For advanced setup guide please read this [article](/use-cases/fpv/advanced-setu
8888
- Check gs.key.
8989
- Power cycle your android device and VTX.
9090
### Basic setup summary
91-
After basic setup you will get cheapest modern digital FPV system, but you`ll not see OSD, to setup OSD you need to read [advanced setup article](/use-cases/fpv/advanced-setup/). If you want to read instruction from manufacturer, please read [this](https://store-m8o52p.mybigcommerce.com/product_images/img_runcam_wifilink/runcam-wifilink-manual-en.pdf).
91+
After basic setup you will get cheapest modern digital FPV system, but you`ll not see OSD, to setup OSD you need to read [advanced setup article](/use-cases/fpv/advanced-setup/). If you want to read instruction from manufacturer, please read [this](https://store-m8o52p.mybigcommerce.com/product_images/img_runcam_wifilink/runcam-wifilink-manual-en.pdf).

src/content/docs/hardware/Runcam/VTX/runcam-wifilink-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ThemeImage from '/src/components/ThemeImage.astro'
1212
|:------------------------------|:---------:|
1313
|Field of view | FOV 160° |
1414
|Power range | DC 9-22V (BEC power supply highly recommended. Non-direct power supply from Lipo battery) |
15-
|Lens module size | 19*19mm/M12 lens/MIPI cable 130mm (MIPI cable is proprietary, if you broke one - please contact manufacturer) |
15+
|Lens module size | 19*19mm/M12 lens/MIPI cable 130mm (Vista compatible) |
1616
|Mounting hole spacing | 25.5mm*25.5mm |
1717
|PCB size | 30.6mm*33mm |
1818
|Weight | 30g(with fan) / 25g (without fan) |

src/content/docs/use-cases/fpv/Net cards/rtl8731bu.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Bottom
2222
![image](https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bl-m8731bu3-bottom.png)
2323

2424
### Pinout
25-
![image](https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bl-m8731bu3-pinout-light.png)
25+
<ThemeImage
26+
lightSrc="https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bl-m8731bu3-pinout-light.png"
27+
darkSrc="https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/bl-m8731bu3-pinout-dark.png"
28+
alt="Pinout"
29+
/>
2630
| Pin number | Function |
2731
|:-----------:|:---------------:|
2832
| 1 | GND |

0 commit comments

Comments
 (0)