Skip to content

Commit 8469a55

Browse files
authored
Merge pull request #65 from OpenIPC/flyrouter-patch-1
Update APFPV.md
2 parents 44480bb + aac4495 commit 8469a55

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

src/content/docs/software/APFPV.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This isn't meant to be revolutionary technology - it's designed to be **simple a
3939

4040
### For Your Drone (VTX):
4141
- OpenIPC-compatible camera/board
42-
- WiFi chip (RTL8812AU or RTL8733BU)
42+
- WiFi chip (RTL8812AU, RTL8812EU or RTL8733BU)
4343

4444
### For Viewing (Ground Station):
4545
- **Android**: PixelPilot app (recommended)
@@ -196,8 +196,26 @@ Connect to your drone via UART or SSH and run:
196196
fw_setenv wlanssid Drone
197197
fw_setenv wlanpass openipcfpv
198198
```
199+
Replace "Drone" with your preferred network name and "openipcfpv" with your chosen password.
200+
201+
**Change your WiFi Band and Frequency:**
202+
203+
Connect to your drone via UART or SSH and run:
204+
```bash
205+
fw_setenv wlanfreq 5700
206+
```
207+
Set the frequency you need in the 2.4GHz or 5GHz range
208+
209+
**Change your WiFi Transmitter Power:**
210+
211+
Connect to your drone via UART or SSH and run:
212+
```bash
213+
fw_setenv wlanpwr 2000
214+
```
215+
Be careful and cautious with power changes, it may damage your device.
216+
217+
Reboot your VTX for changes to take effect.
199218

200-
Replace "Drone" with your preferred network name and "openipcfpv" with your chosen password. Reboot your drone for changes to take effect.
201219

202220
## Understanding the Setup
203221

@@ -211,6 +229,7 @@ Think of your setup like this:
211229

212230
**WiFi Chips (VTX side):**
213231
- RTL8812AU (high-power dual-band)
232+
- RTL8812EU (high-power dual-band)
214233
- RTL8733BU (compact USB adapter)
215234

216235
**Ground Station (your side):**

0 commit comments

Comments
 (0)