BOM-DAT/CONN-DAT/2025-09-16-23-46-49.png
... ...
Binary files /dev/null and b/BOM-DAT/CONN-DAT/2025-09-16-23-46-49.png differ
BOM-DAT/CONN-DAT/CONN-dat.md
... ...
@@ -59,6 +59,9 @@
59 59
60 60
- [[BT2.0-dat]] == BT2.0 (BetaFPV’s low-resistance connector, better than PH2.0 for higher current draw) - [[aquila16-dat]]
61 61
62
+![](2025-09-16-23-46-49.png)
63
+
64
+
62 65
63 66
## unlisted
64 67
Tech-dat/antenna-dat/antenna-lolipop-dat/antenna-lolipop-dat.md
... ...
@@ -1,6 +1,33 @@
1 1
2 2
# antenna-lolipop-dat
3 3
4
+
5
+## tiny whoop antenna
6
+
7
+- The **cable is for the video transmitter (VTX)**.
8
+- The **radio/control link (ELRS)** uses a separate, tiny PCB antenna embedded on the flight controller or VTX board.
9
+- So even though there is "one visible cable antenna," the drone **still has two radio paths internally**:
10
+ - **Video (5.8 GHz)** → cable antenna
11
+ - **Control (2.4 GHz ELRS)** → small PCB or tiny wire antenna
12
+
13
+
14
+## linear antenna VS circular antenna
15
+
16
+
17
+| VTX Power | Typical Range (Linear Antenna) | Typical Range (Circular Antenna) | Notes |
18
+|-----------------|-------------------------------|---------------------------------|-------|
19
+| 25–100 mW | 120–300 meters | 100–250 meters | Short indoor range, low interference |
20
+| 200–400 mW | 500–900 meters | 400–800 meters | Suitable for backyard or small outdoor fields |
21
+| 600–800 mW | 1.2–2.2 km | 1–2 km | Common for outdoor FPV, moderate interference |
22
+| 1 W (1000 mW) | 2–3.5 km | 2–3 km | Maximum legal power in some regions; susceptible to interference |
23
+
24
+### Notes on Antenna Types
25
+- **Linear Antenna:** Slightly longer LOS range in perfect alignment, but highly sensitive to orientation changes.
26
+- **Circular Antenna:** Slightly shorter max LOS, but maintains more reliable signal through obstacles and multipath interference.
27
+
28
+
29
+
30
+
4 31
## What Does the "Lollipop" Antenna Do for FPV?
5 32
6 33
In FPV (First Person View) drone systems, the **Lollipop antenna** is a type of **circularly polarized antenna** designed for the video transmitter (VTX) or receiver (VRX/goggles).
Tech-dat/media-dat/video-dat/VTX-dat/VTX-dat.md
... ...
@@ -5,24 +5,32 @@ The Video Transmitter (VTX) is a crucial component of the FPV system, wirelessly
5 5
6 6
- [[FPV-dat]]
7 7
8
+- [[antenna-dat]] - [[antenna-lolipop-dat]]
8 9
10
+- [[camera-FPV-dat]]
9 11
10
-## integrated solutions
11 12
13
+## standalone VTX module
12 14
15
+- [[TX800-dat]]
13 16
14
-- [[DJI-air-unit-dat]] - [[DJI-O4-dat]] == 100 usd - [[DJI-O3-dat]]
17
+
18
+
19
+## digital camera + VTX integrated alone system ?
20
+
21
+- [[camera-digital-dat]]
22
+
23
+- [[DJI-dat]] - [[DJI-air-unit-dat]] - [[DJI-O4-dat]] == 100 usd - [[DJI-O3-dat]]
15 24
16 25
- [[runCAM-dat]]
17 26
18
- - [[runCAM-nano4-dat]]
19
- - runcam nano 3
27
+- [[caddxFPV-dat]]
28
+
20 29
21
-- [[worksnail-dat]]
22 30
23
-- openIPC ?
24 31
25
-- [[FPV-load-dat]] == [[TX800-dat]] + [[MS-519-dat]] + [[camera-action-dat]] = RMB 250 + 500 = 750
32
+
33
+## other info
26 34
27 35
- [[fiber-analog-video-dat]]
28 36
... ...
@@ -31,20 +39,130 @@ The Video Transmitter (VTX) is a crucial component of the FPV system, wirelessly
31 39
- [[goggles-dat]]
32 40
33 41
42
+## chip solutions
34 43
44
+### 1. RF / Video Transmitter Chips
45
+| Chip / IC | Function | Notes / Typical Use |
46
+| ------------------------- | ------------------------------- | ----------------------------------------- |
47
+| **MAX1476** | RF Power Amplifier | Low-power analog VTX, 25–200 mW |
48
+| **MAX2606 / MAX2608** | VCO / PLL / Frequency Generator | Generates carrier frequency, used with PA |
49
+| **RFPA022 / RFPA023** | RF Power Amplifier | Popular in 600 mW–1 W micro/mini VTX |
50
+| **AVT / TX5823 / TX5828** | Integrated VTX module ICs | Often in “all-in-one” VTX PCBs |
35 51
52
+### 2. Video Input / Processing
53
+| Chip / IC | Function | Notes / Typical Use |
54
+| ------------------------------------------ | ------------------------------------------- | -------------------------------- |
55
+| **LMH1980 / LMH1981** | Sync separator / video input | For analog video sync processing |
56
+| **MAX7456** | OSD (On-Screen Display) | Overlay telemetry / battery info |
57
+| **Microcontrollers (STM8 / ATtiny / PIC)** | Channel selection, power control, OSD logic | Common in Tramp / SmartAudio VTX |
36 58
37
-- [[caddxFPV-dat]]
59
+### 3. Voltage Regulation & Power
60
+| Chip / IC | Function | Notes / Typical Use |
61
+| -------------------------- | ---------------------------- | ------------------------------------------ |
62
+| **LM2596 / LM1117** | Linear / Switching Regulator | Provides stable voltage for VTX |
63
+| **AMS1117** | Linear Regulator | Low-cost 5V or 3.3V rail for low-power VTX |
64
+| **Inductors / Capacitors** | Filtering & smoothing | Reduce RF noise on power lines |
38 65
66
+### 4. RF Output / Matching Components
67
+- **Discrete components**: Inductors, capacitors, microstrip traces for impedance matching (50 Ω).
68
+- Sometimes **MMCX / U.FL / SMA connector ICs** for external antennas.
39 69
70
+---
40 71
72
+### 💡 Notes
73
+- Many **modern VTX modules** combine RF PA + PLL + video input + microcontroller in a **single small IC or module**, like those found on Mobula8.
74
+- High-end HD digital VTX (DJI, Walksnail) use **custom ASICs** rather than discrete PA chips.
75
+- For typical analog 5.8 GHz micro drones: MAX1476/MAX2606 + LMH1980 + STM8 is a very common combo.
41 76
42 77
43
-## camera
78
+## FAQ
79
+
80
+### Running a 1 W Analog VTX for Extended Periods
81
+
82
+1. **Heat**
83
+- 1 W VTX produces significant heat.
84
+- On tiny drones like the Mobula8, heat can **damage the VTX, FC, or battery** if there’s poor airflow.
85
+- Risk increases in warm indoor environments.
86
+
87
+2. **Battery Drain**
88
+- 1 W output draws **more current**, reducing flight time significantly.
89
+- Tiny cinewhoops may overheat their small LiPo packs if flown at full power for long periods.
90
+
91
+3. **Legal Limits**
92
+- Many regions **restrict 5.8 GHz analog power** (often max 25–600 mW).
93
+- Flying 1 W indoors or near populated areas could **violate regulations**.
94
+
95
+4. **Interference**
96
+- High-power VTX can **interfere with nearby electronics** and even your own control link.
97
+- On tiny drones, the ELRS RX is very close to the VTX, so interference risk is higher.
98
+
99
+5. **Practical Recommendation**
100
+- For **indoor flying**: 25–100 mW is sufficient.
101
+- For **small outdoor fields**: 200–400 mW is usually enough.
102
+- Only use 1 W for **long-range outdoor FPV** with proper cooling and larger drones.
103
+
104
+### ✅ Summary
105
+- Running 1 W for hours is **possible**, but not recommended on micro drones due to **heat, battery drain, and interference risks**.
106
+- Stick to lower VTX power for safe and reliable indoor/outdoor use.
107
+
108
+
109
+
110
+
111
+
112
+
113
+## what is the VTX in FPV?
114
+
115
+- VTX = video transmitter, the device that transmits the video signal from the drone to the goggles or monitor.
116
+- AIO = all in one, a flight controller that integrates multiple components into a single unit, including the flight controller, ESC (electronic speed controller), and sometimes the VTX.
117
+- smart audio = a feature that allows you to control the VTX settings (such as frequency and power) from the flight controller or goggles, without needing to access the VTX directly.
118
+- IRC Tramp = a type of smart audio protocol used by some VTXs, allowing for remote control of the VTX settings.
119
+
120
+- TBS UNIFY PRO 32 HV V2 = a high-voltage version of the TBS UNIFY PRO 32 VTX, which supports higher power output and is designed for use with high-voltage battery systems.
121
+
122
+
123
+## VTX -- The TBS Unify Pro32 Nano 5.8GHz
124
+
125
+The TBS Unify Pro32 Nano 5.8GHz VTX is a compact and feature-rich video transmitter designed for FPV (First-Person View) drone enthusiasts, particularly those involved in racing and freestyle flying. Manufactured by Team BlackSheep, this VTX offers a blend of performance, size, and advanced functionalities.
126
+
127
+
128
+🔧 Key Specifications
129
+
130
+- Operating Voltage: 3–13V (recommended 5V input)
131
+- Dimensions: 15 x 13 x 2 mm
132
+- Weight: 1g
133
+- Antenna Connector: u.FL socket
134
+- Video Format: NTSC/PAL
135
+- Video Input Impedance: 75 Ohm
136
+- Output Power: 14dBm (25mW), 20dBm (100mW), 26dBm (400mW), 28dBm (500+mW)
137
+
138
+
139
+- BlackSheep TBS UNIFY PRO32 NANO 5G8 32-bit Video Transmitter
140
+- With the TBS UNIFY PRO32 Nano, we have increased the output power, improved robustness, lowered
141
+- power consumption, added powerful features, and perfected its installation in multi-rotors. In
142
+- short, it is the highest quality, best overall performing nano VTx ever.
143
+- Main features:
144
+- Smallest and lightest video transmitter on the market
145
+- Output power up to 400mW
146
+- Ultra-clear transmission (up to 16 pilots at once!)
147
+- PitMode - power up your quad during a race. Now with team race capability!
148
+- Easy OSD, FC, and RC channel changes, with fallback button menu
149
+- Robust RF amplifier allows powering up without an antenna for hours!
150
+- Clean power-up and video switching
151
+- CE certified
152
+- Specifications:
153
+- Operating voltage: 4.5 - 5.5V
154
+- Operating temperature: ensure normal airflow
155
+- Video input impedance: 75 Ohm
156
+- Weight: 1 gram
157
+- Antenna connector: u.FL socket
158
+- Video format: NTSC/PAL
159
+- Output power:
160
+ - 14dBm (25mW),
161
+ - 20dBm (100mW),
162
+ - 26dBm (400mW)
163
+
44 164
45
-- [[camera-digital-dat]]
46 165
47
-- [[camera-analog-dat]] - [[TX800-dat]] - [[MS-519-dat]]
48 166
49 167
50 168
Tech-dat/sensor-camera-dat/camera-FPV-dat/camera-FPV-dat.md
... ...
@@ -0,0 +1,38 @@
1
+
2
+# camera-FPV-dat
3
+
4
+- [[camera-dat]] - [[camera-digital-dat]] - [[camera-analog-dat]]
5
+
6
+- [[camera-action-dat]]
7
+
8
+- [[FPV-accesories-dat]]
9
+
10
+
11
+
12
+## camera
13
+
14
+- [[camera-digital-dat]]
15
+
16
+- [[camera-analog-dat]] - [[MS-519-dat]]
17
+
18
+
19
+
20
+
21
+## thumb camera
22
+
23
+Hawkeye thumb 4k camera
24
+
25
+RunCam Thumb Pro
26
+
27
+https://www.reddit.com/r/TinyWhoop/comments/11t4yw6/so_impressed_by_runcam_thumb_pro_4k30_on_my/
28
+
29
+hawkeye
30
+
31
+
32
+
33
+
34
+
35
+
36
+## ref
37
+
38
+- [[camera-dat]]
... ...
\ No newline at end of file
Tech-dat/sensor-camera-dat/camera-analog-dat/2025-09-17-00-15-38.png
... ...
Binary files /dev/null and b/Tech-dat/sensor-camera-dat/camera-analog-dat/2025-09-17-00-15-38.png differ
Tech-dat/sensor-camera-dat/camera-analog-dat/MS-519-dat/MS-519-dat.md
... ...
@@ -1,6 +1,8 @@
1 1
2 2
# MS-519-dat
3 3
4
+camera
5
+
4 6
- Model: MINI MS-519
5 7
- Backlight Compensation (BLC): YES
6 8
- Sensor: 1/3'CMOS
Tech-dat/sensor-camera-dat/camera-analog-dat/camera-analog-dat.md
... ...
@@ -19,3 +19,11 @@
19 19
- GND
20 20
- 5-36V
21 21
22
+![](2025-09-17-00-15-38.png)
23
+
24
+
25
+
26
+
27
+## ref
28
+
29
+- [[camera-dat]]
... ...
\ No newline at end of file
Tech-dat/sensor-camera-dat/camera-digital-dat/camera-digital-dat.md
... ...
@@ -91,6 +91,12 @@ The **RunCam WiFiLink 2** is based on the **OpenIPC** firmware/platform and uses
91 91
| Caddx Vista/Nebula | ❌ (mostly) | Yes | ~20–30 ms | Racing, freestyle; some Nebula Pro may stream to phone (higher latency) |
92 92
93 93
94
+
95
+
96
+
97
+
98
+
99
+
94 100
## ref
95 101
96 102
- [[VTX-dat]]
... ...
\ No newline at end of file
app-dat/RC-dat/FPV-dat/FPV-accesories-dat/FPV-accesories-dat.md
... ...
@@ -33,23 +33,13 @@ for insta360 go 2
33 33
34 34
![](2025-09-12-13-19-59.png)
35 35
36
-
37
-## thumb camera
38
-
39
-Hawkeye thumb 4k camera
40
-
41
-RunCam Thumb Pro
42
-
43
-https://www.reddit.com/r/TinyWhoop/comments/11t4yw6/so_impressed_by_runcam_thumb_pro_4k30_on_my/
44
-
45
-hawkeye
46
-
36
+- [[camera-FPV-dat]]
47 37
48 38
49 39
50 40
## lollipop antenna mount
51 41
52
-- [[ antenna-lolipop-dat]]
42
+- [[antenna-lolipop-dat]]
53 43
54 44
https://makerworld.com/en/models/689978-mobula8-reinforced-canopy-with-lollipop-mount#profileId-618749
55 45
app-dat/RC-dat/FPV-dat/FPV-dat.md
... ...
@@ -9,12 +9,10 @@
9 9
10 10
- [[BMS-dat]] - [[flight-controller-dat]] - [[ESC-dat]] - [[motor-dat]] - [[propeller-dat]]
11 11
12
-- [[camera-dat]] - [[camera-digital-dat]] - [[camera-analog-dat]]
12
+- [[camera-FPV-dat]] - [[VTX-dat]]
13 13
14 14
- [[RC-controller-dat]]
15 15
16
-- [[VTX-dat]]
17
-
18 16
- [[FPV]] - [[DJI-dat]]
19 17
20 18
- [[battery-pack-dat]] - [[power-dat]]
... ...
@@ -23,10 +21,14 @@
23 21
24 22
- [[FPV-accesories-dat]]
25 23
26
-- [[betaflight-dat]] - [[indoor-fly-dat]] - [[RC-configurator-dat]]
24
+- [[betaflight-dat]] - [[RC-configurator-dat]]
25
+
26
+- [[indoor-fly-dat]] - [[FPV-load-dat]]
27 27
28 28
- [[CaddxFPV-dat]] - [[DJI-dat]]
29 29
30
+- [[conn-dat]] - [[antenna-dat]]
31
+
30 32
31 33
32 34
## build
app-dat/RC-dat/FPV-dat/FPV-load-dat/FPV-load-dat.md
... ...
@@ -3,6 +3,8 @@
3 3
4 4
5 5
6
+== [[TX800-dat]] + [[MS-519-dat]] + [[camera-action-dat]] = RMB 250 + 500 = 750
7
+
6 8
7 9
## Can the BetaFPV Pavo25 (Bee25) Carry a 120g GoPro?
8 10
app-dat/RC-dat/RC-supplier-dat/RC-supplier-dat.md
... ...
@@ -4,5 +4,10 @@
4 4
5 5
- [[drone-maker-dat]]
6 6
7
-- [[caddx-dat]] - [[walksnail-dat]]
7
+- [[caddxFPV-dat]] - [[walksnail-dat]]
8 8
9
+- [[frsky-dat]] - [[radiomaster-dat]]
10
+
11
+- [[runcam-dat]]
12
+
13
+- [[WFLY-dat]]
... ...
\ No newline at end of file
app-dat/RC-dat/RC-supplier-dat/caddxFPV-dat/caddxFPV-dat.md
... ...
@@ -3,31 +3,8 @@
3 3
4 4
- [[walksnail-dat]] is a brand of caddxFPV
5 5
6
-## nano CADDX 蜗牛 Nano
7
-
8
-![](2025-09-16-17-13-25.png)
9
-
10
-
11
-## ratel pro
12
-
13
-![](2025-09-16-18-55-15.png)
14
-
15
-![](2025-09-16-18-55-45.png)
16
-
17
-
18
-## ratel 2
19
-
20
-Caddx蜗牛平头哥二代穿越机摄像头fpv摄像机夜视镜头无人机ratel2
21
-
22
-
23
-
24
-
25
-- Caddx ANT 1200TVL
26
-- caddx nano
27
-- Baby Ratel2
28
-
29
-
30 6
7
+## digial camera
31 8
32 9
Several companies make digital FPV systems that can compete with or complement DJI O4. Here’s a detailed overview:
33 10
... ...
@@ -55,9 +32,64 @@ Several companies make digital FPV systems that can compete with or complement D
55 32
---
56 33
57 34
35
+### Walksnail Avatar HD
36
+
37
+Camera
38
+
39
+- **Model:** Avatar HD V2 Camera
40
+- **Image Sensor:** 1/3.2-inch 4MP 4:3 sensor
41
+- **Resolution:**
42
+ - 1080P/60fps
43
+ - 720P/100fps
44
+ - 720P/60fps
45
+ - Compatible with 1080P/100fps and 1080P/120fps
46
+- **Aspect Ratio:** 16:9; native 4:3
47
+- **Lens:** 2.1mm
48
+- **Field of View:** 160°
49
+- **Aperture:** F2.0
50
+- **Shutter:** Rolling shutter
51
+- **Minimum Illumination:** 0.001 Lux
52
+- **Weight:** 7.2g
53
+- **Dimensions:** 19 × 19 × 22 mm
54
+- **Coaxial Cable Length:** 140mm
55
+
56
+
57
+VTX
58
+
59
+- **Frequency:** 5.725–5.850 GHz
60
+- **Transmitter Power (EIRP):**
61
+ - FCC: <30 dBm
62
+ - CE: <14 dBm
63
+ - SRRC: <20 dBm
64
+ - MIC: <25 dBm
65
+- **I/O Ports:**
66
+ - JST1.0 × 4 (Power Input)
67
+ - JST0.8 × 6 (USB)
68
+- **Mounting Holes:** 25.5 × 25.5 mm; 20 × 20 mm
69
+- **Dimensions:** 33.5 × 33.5 × 10.5 mm
70
+- **Storage:** 32 GB
71
+- **Recording:** 1080P / 720P
72
+- **Weight:** 15.4 g
73
+- **Operating Temperature:** –20°C to 40°C
74
+- **Channels:** 8
75
+- **Wide Voltage Input:** 6V–25.2V
76
+- **Supported FC Systems:** Betaflight, Inav, Fettec, ArduPilot, Kiss
77
+- **OSD:** Canvas mode
78
+- **Latency:** Average 22 ms (canvas mode)
79
+- **Antenna:** 2 (IPEX)
80
+
81
+
82
+
58 83
59 84
60
-## caddx
85
+## analog camera
86
+
87
+
88
+- caddx nano
89
+- Baby Ratel 2
90
+
91
+
92
+### Caddx ANT 1200TVL
61 93
62 94
- [[mobula8-dat]] == Caddx ANT 1200TVL == 4:3
63 95
... ...
@@ -65,6 +97,23 @@ Several companies make digital FPV systems that can compete with or complement D
65 97
66 98
![](2025-09-12-12-30-18.png)
67 99
100
+### ratel 2
101
+
102
+Caddx蜗牛平头哥二代穿越机摄像头fpv摄像机夜视镜头无人机ratel2
103
+
104
+
105
+### nano CADDX 蜗牛 Nano
106
+
107
+![](2025-09-16-17-13-25.png)
108
+
109
+
110
+### ratel pro
111
+
112
+![](2025-09-16-18-55-15.png)
113
+
114
+![](2025-09-16-18-55-45.png)
115
+
116
+
68 117
69 118
70 119
... ...
@@ -73,3 +122,14 @@ Several companies make digital FPV systems that can compete with or complement D
73 122
- goggles HD
74 123
75 124
125
+## gimbal
126
+
127
+- [[RC-gimbal-dat]]
128
+
129
+
130
+
131
+
132
+
133
+## ref
134
+
135
+- [[caddxFPV]] - [[RC]]
... ...
\ No newline at end of file
app-dat/RC-dat/RC-supplier-dat/drone-maker-dat/betaFPV-dat/Aquila16-dat/Aquila16-dat.md
... ...
@@ -7,6 +7,12 @@ BT2.0 (BetaFPV’s low-resistance connector, better than PH2.0 for higher curren
7 7
8 8
- [[CONN-dat]]
9 9
10
+
11
+## re-pair ELRS
12
+
13
+- wait one minute after power on, no need radio, drone led color turn to quick GREEN flash, find expressLRS RX as a wifi spot
14
+
15
+
10 16
## ref
11 17
12 18
- [[betaFPV-dat]]
... ...
\ No newline at end of file
app-dat/RC-dat/RC-supplier-dat/drone-maker-dat/happymodel-dat/mobula8-dat/mobula8-dat.md
... ...
@@ -20,6 +20,10 @@ install propeller - [[propeller-dat]] - [[motor-dat]]
20 20
21 21
## dimension of the frame
22 22
23
+
24
+- PCB dimension == 25.4
25
+- motor bottom hole == 1.8
26
+
23 27
![](2025-09-12-12-31-55.png)
24 28
25 29
## tuning
app-dat/RC-dat/RC-supplier-dat/runCAM-dat/runCAM-dat.md
... ...
@@ -3,6 +3,12 @@
3 3
4 4
- [[runcam-nano4-dat]]
5 5
6
-WiFiLink2高清图传
6
+WiFiLink2高清图传 - openIPC ?
7 7
8
-![](2025-09-16-17-07-02.png)
... ...
\ No newline at end of file
0
+![](2025-09-16-17-07-02.png)
1
+
2
+
3
+
4
+- [[runCAM-nano4-dat]]
5
+
6
+- runcam nano 3
... ...
\ No newline at end of file
app-dat/RC-dat/flight-controller-dat/flight-controller-dat.md
... ...
@@ -8,7 +8,12 @@
8 8
9 9
10 10
11
-ALL-in-One Option == [[ELRS-dat]] + [[Flight-controller-dat]] + [[ESC-dat]]
11
+ALL-in-One Option
12
+
13
+- [[ELRS-dat]] - [[radio-dat]]
14
+- [[Flight-controller-dat]]
15
+- [[ESC-dat]] - [[motor-FPV-dat]]
16
+- [[VTX-dat]] - [[camera-dat]]
12 17
13 18
- [[X12-dat]] - [[CRAZYBEEF4SX1280-dat]]
14 19
... ...
@@ -18,58 +23,6 @@ ALL-in-One Option == [[ELRS-dat]] + [[Flight-controller-dat]] + [[ESC-dat]]
18 23
19 24
![](2025-05-28-16-21-09.png)
20 25
21
-what is the VTX in FPV?
22
-- VTX = video transmitter, the device that transmits the video signal from the drone to the goggles or monitor.
23
-- AIO = all in one, a flight controller that integrates multiple components into a single unit, including the flight controller, ESC (electronic speed controller), and sometimes the VTX.
24
-- smart audio = a feature that allows you to control the VTX settings (such as frequency and power) from the flight controller or goggles, without needing to access the VTX directly.
25
-- IRC Tramp = a type of smart audio protocol used by some VTXs, allowing for remote control of the VTX settings.
26
-
27
-- TBS UNIFY PRO 32 HV V2 = a high-voltage version of the TBS UNIFY PRO 32 VTX, which supports higher power output and is designed for use with high-voltage battery systems.
28
-
29
-
30
-## VTX -- The TBS Unify Pro32 Nano 5.8GHz
31
-
32
-The TBS Unify Pro32 Nano 5.8GHz VTX is a compact and feature-rich video transmitter designed for FPV (First-Person View) drone enthusiasts, particularly those involved in racing and freestyle flying. Manufactured by Team BlackSheep, this VTX offers a blend of performance, size, and advanced functionalities.
33
-
34
-
35
-🔧 Key Specifications
36
-
37
-- Operating Voltage: 3–13V (recommended 5V input)
38
-- Dimensions: 15 x 13 x 2 mm
39
-- Weight: 1g
40
-- Antenna Connector: u.FL socket
41
-- Video Format: NTSC/PAL
42
-- Video Input Impedance: 75 Ohm
43
-- Output Power: 14dBm (25mW), 20dBm (100mW), 26dBm (400mW), 28dBm (500+mW)
44
-
45
-
46
-- BlackSheep TBS UNIFY PRO32 NANO 5G8 32-bit Video Transmitter
47
-- With the TBS UNIFY PRO32 Nano, we have increased the output power, improved robustness, lowered
48
-- power consumption, added powerful features, and perfected its installation in multi-rotors. In
49
-- short, it is the highest quality, best overall performing nano VTx ever.
50
-- Main features:
51
-- Smallest and lightest video transmitter on the market
52
-- Output power up to 400mW
53
-- Ultra-clear transmission (up to 16 pilots at once!)
54
-- PitMode - power up your quad during a race. Now with team race capability!
55
-- Easy OSD, FC, and RC channel changes, with fallback button menu
56
-- Robust RF amplifier allows powering up without an antenna for hours!
57
-- Clean power-up and video switching
58
-- CE certified
59
-- Specifications:
60
-- Operating voltage: 4.5 - 5.5V
61
-- Operating temperature: ensure normal airflow
62
-- Video input impedance: 75 Ohm
63
-- Weight: 1 gram
64
-- Antenna connector: u.FL socket
65
-- Video format: NTSC/PAL
66
-- Output power:
67
- - 14dBm (25mW),
68
- - 20dBm (100mW),
69
- - 26dBm (400mW)
70
-
71
-
72
-
73 26
74 27
75 28
## ref