OpenIPC FPV - Prepare GroundStation: Ubuntu + QGroundControl
HKR HKR
235 subscribers
3,453 views
0

 Published On Premiered Oct 12, 2023

Configuration GS (ubuntu 22.04) for OpenIPC Camera.
im using GK7205v300 + AR9271 wifi card.
RTL8812AU is on the way (AR9271 cant work with ELRS 2.4 together)
List of used commands:

sudo apt update
sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted
libpcap-dev python3-pyroute2 python3-future python3-configparser python3-all libsodium-dev

---libsodium
git clone https://github.com/jedisct1/libsodium --branch stable
cd libsodium
./configure
make && make check
sudo make install

---driver
git clone -b v5.2.20 https://github.com/svpcom/rtl8812au.git
cd rtl8812au/
sudo ./dkms-install.sh

---WFB-NG
git clone -b stable https://github.com/svpcom/wfb-ng.git
cd wfb-ng
sudo ./scripts/install_gs.sh wlan0

---set channel in
vi /etc/wifibroadcast.cfg

---start WFB
wfb-cli gs

---start,stop restart service
systemctl status wifibroadcast@gs
systemctl stop wifibroadcast@gs
systemctl start wifibroadcast@gs

---Qground control manual
https://docs.qgroundcontrol.com/maste...

---get last logs from service
journalctl -xu wifibroadcast@gs -n 100

---useful commands
nmcli
ifconfig
iwconfig

show more

Share/Embed