User Tools

Site Tools


software:sdr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
software:sdr [2015/08/14 09:46]
widi fix links
software:sdr [2015/08/21 10:11]
vitas
Line 6: Line 6:
  
 ==== Linux ==== Linux
-* [[:​software:​sdr#​gnu_radio_linux_mac_windows]|GNU Radio]] +* [[:​software:​sdr#​gnu_radio_linux_mac_windows]|GNU Radio]] ​- Powerful suit for signal processing. Also contains '​gnuradio-companion',​ a GUI for designing the the processing blocks. 
-* [[:​software:​sdr#​gqrx_sdr_linx_mac]|Gqrx SDR]] +* [[:​software:​sdr#​gqrx_sdr_linx_mac]|Gqrx SDR]] - Easy display of signal strengths/​waterfall etc. with basic filtering and demodulation support. 
-* [[http://​www.baudline.com|Baudline]] (not in the Debian package repository)+* [[http://​www.baudline.com|Baudline]] (not in the Debian package repository) ​- Another signal visualizer.
  
-* debian ​based systems+===== Debian ​based systems 
 +NOTE: Current versions of gqrx-sdr and gr-osmosdr in Ubuntu 14.04 are known to cause issues with the rad1o. (hackrf_info not detecting the badge, error loading libosmosdr etc.) 
 +The [[https://​github.com/​mossmann/​hackrf/​wiki/​Installing-gnuradio-on-Ubuntu-14.04-with-the-packaging-manager|original hackrf wiki]] has a PPA with updated versions. 
 + 
 +1. Install software:
  
     apt-get install hackrf gqrx-sdr gnuradio gr-osmosdr     apt-get install hackrf gqrx-sdr gnuradio gr-osmosdr
  
-* archlinux+2. Make sure the hackrf kernel module is not loaded. 
 +If you don't do this, you'll get a -1000 error from hackrf_info 
 +<​code>​ 
 +$ sudo rmmod hackrf 
 +$ sudo vim /​etc/​modprobe.d/​blacklist.conf 
 +# module blacklisted for radi1o / gqrx usage 
 +blacklist hackrf 
 +</​code>​
  
-    ​pacman -S gqrx # pulls hackrf and gnuradio automatically in+ 
 +3. Additionally you will need some UDEV rules. 
 +Replace YOURUSER with your username (whoami) 
 +<​code>​ 
 +$ sudo vim /​etc/​udev/​rules.d/​51-rad1o.rules 
 +SUBSYSTEM=="​usb",​ ATTR{idVendor}=="​1d50",​ ATTR{idProduct}=="​cc15",​ MODE="​0600",​ OWNER="​YOURUSER",​ GROUP="​YOURUSER"​ 
 +SUBSYSTEM=="​usb",​ ATTR{idVendor}=="​1d50",​ ATTR{idProduct}=="​6089",​ MODE="​0600",​ OWNER="​YOURUSER",​ GROUP="​YOURUSER"​ 
 +</​code>​ 
 + 
 +4. make sure you boot the hackrf-old on the rad1o, as gqrx somehow only recognized the device as a hackrf then (at least with gqrx from debian testing) 
 + 
 +5. check with hackrf_info that everything works 
 + 
 +6. launch gqrx, it should autoconfigure itself 
 + 
 + 
 +===== Archlinux 
 + 
 +    ​pacman -S gqrx python2 python2-lxml python2-cheetah ​# pulls hackrf and gnuradio automatically in 
 +     
 +===== Gentoo Linux 
 +Versions known to work: 
 + 
 +net-wireless/​gnuradio-3.7.7.x  
 +net-wireless/​gr-osmosdr-1.4_x 
 +net-wireless/​gqrx-2.3.x 
 + 
 +Make sure the '​hackrf'​ useflag is enabled where available. 
 + 
 +If you have the '​hackrf'​ kernel module compiled, prevent it from loading by adding 
 + 
 +    blacklist hackrf 
 + 
 +to your /​etc/​modprobe.d/​blacklist.conf. (update your modprobe config with '​depmod -a') 
 +    ​
  
 ==== Windows ==== Windows
 * [[:​software:​sdr#​gnu_radio_linux_mac_windows]|GNU Radio]] * [[:​software:​sdr#​gnu_radio_linux_mac_windows]|GNU Radio]]
 * [[:​software:​sdr#​sdr_windows]|SDR#​]] * [[:​software:​sdr#​sdr_windows]|SDR#​]]
 +* [[http://​sdr-radio.com/​Software|SDR Console]]
  
 ==== Mac ==== Mac
 +Follow these instructions to install Gnuradio-Suite on your Mac:
 +Prerequisites:​
 +* Install either HomeBrew, MacPorts or Fink (I used and tested only MacPorts)
 +* Download and install XQuarz via http://​xquartz.macosforge.org/​landing/​
 +* Download and install MacPorts: https://​www.macports.org/​install.php
 +
 +Install GnuRadio
 +<​code>​
 +sudo port install gnuradio
 +</​code>​
 +
 +You also want to install the OsmoSDR radio blocks for GnuRadio
 +<​code>​
 +sudo port install gr-osmosdr
 +</​code>​
 +
 +Start GnuRadio in the terminal with 
 +<​code>​
 +gnuradio-companion
 +</​code>​
 +
 * [[:​software:​sdr#​gnu_radio_linux_mac_windows]|GNU Radio]] * [[:​software:​sdr#​gnu_radio_linux_mac_windows]|GNU Radio]]
 * [[:​software:​sdr#​gqrx_sdr_linux_mac|Gqrx-SDR]] * [[:​software:​sdr#​gqrx_sdr_linux_mac|Gqrx-SDR]]
software/sdr.txt · Last modified: 2016/09/08 12:27 by 9r