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

GPS Monitoring : ESP32-DA Module

  Percubaan untuk menghasilkan sebuah GPS monitoring berjaya. Projek ini saya gunakan :   ESP32 Wroom GPS module GPS6MV2 2.4 oled lcd module...