Thursday, May 11, 2017

gnuradio running in VMWare Ubuntu 14.04

sudo apt-get update
sudo apt-get build-dep gnuradio
sudo apt-get install gnuradio gnuradio-dev gr-osmosdr librtlsdr-dev libuhd-dev libhackrf-dev libitpp-dev libpcap-dev git

cd ~
git clone git://op25.osmocom.org/op25.git
cd op25
mkdir build
cd build
cmake ../
make
sudo make install
sudo ldconfig

sudo nano /etc/modprobe.d/dvb-blacklist.conf
blacklist r820t
blacklist rtl2832
blacklist rtl2830

# ctrl+x to save and exit

sudo cp/etc/pulse/client.conf /etc/pulse/client.confbackup
sudo nano /etc/pulse/client.conf

edit the following line: from: ;autospawn = yes To: autospawn = no

Restart!

Create trunk.tsv
Create tg.tsv

Create scope.tsv

./scope.py --args rtl=0 -N LNA:46 -f 773.9687e6 -S 1024000 -q -1 -V -T trunk.tsv -2
chmod +x scope.sh

sumber rujukan : Matthew Lindstrom

Connect a GPS module to a Raspberry Pi 4

  To connect a GPS module with four wires (RST, TX, VCC, and GND) to a Raspberry Pi 4, follow these steps:  Materials Needed: 1. GPS module ...