@@ -39,7 +39,7 @@ This isn't meant to be revolutionary technology - it's designed to be **simple a
39
39
40
40
### For Your Drone (VTX):
41
41
- OpenIPC-compatible camera/board
42
- - WiFi chip (RTL8812AU or RTL8733BU)
42
+ - WiFi chip (RTL8812AU, RTL8812EU or RTL8733BU)
43
43
44
44
### For Viewing (Ground Station):
45
45
- ** Android** : PixelPilot app (recommended)
@@ -196,8 +196,26 @@ Connect to your drone via UART or SSH and run:
196
196
fw_setenv wlanssid Drone
197
197
fw_setenv wlanpass openipcfpv
198
198
```
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.
199
218
200
- Replace "Drone" with your preferred network name and "openipcfpv" with your chosen password. Reboot your drone for changes to take effect.
201
219
202
220
## Understanding the Setup
203
221
@@ -211,6 +229,7 @@ Think of your setup like this:
211
229
212
230
** WiFi Chips (VTX side):**
213
231
- RTL8812AU (high-power dual-band)
232
+ - RTL8812EU (high-power dual-band)
214
233
- RTL8733BU (compact USB adapter)
215
234
216
235
** Ground Station (your side):**
0 commit comments