树莓派安装Gqrx软件(Linux下SDR 软件无线电接收软件之一)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
树莓派系统镜像
2018-11-13-raspbian-stretch-full.img
步骤
Gqrx General Purpose Radio/Spectrum Analyzer
官网:http://gqrx.dk/
1、下载Gqrx软件,在树莓派上执行以下命令:
wget https://github.com/csete/gqrx/releases/download/v2.11.5/gqrx-sdr-2.11.5-linux-rpi3.tar.xz
2、解压.tar.xz压缩包:
tar xf gqrx-sdr-2.11.5-linux-rpi3.tar.xz
3、安装依赖项,在树莓派上依次执行以下命令:
sudo apt update
sudo apt install gnuradio libvolk1-bin libusb-1.0-0 gr-iqbal
sudo apt install qt5-default libqt5svg5 libportaudio2
4、进入到“gqrx-sdr-2.11.5-linux-rpi3”文件夹下,指定udev规则到/etc/udev/rules.d/;
cd gqrx-sdr-2.11.5-linux-rpi3
sudo cp udev/*.rules /etc/udev/rules.d/
5、启动Gqrx软件
./gqrx
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献11条内容
所有评论(0)