Fun with bits of ether:
Software Defined Radio (SDR)
NERP Meetup Mar-31-2014
(Not Exclusively Raspberry Pi)
Presenter: Drew Fustini
@pdp7 / drew@pdp7.com
Video Playlist:
https://www.youtube.com/playlist?list=PLa1tazUyp-oM
Pumping Station: One
Chicago Hackerspace
Software Defined Radio (SDR)
● Application of Digital Signal Processing to radio
waveforms
● Similar to software-based digital audio
techniques
● Sound card digitizes audio waveforms
● Software radio peripheral digitizes radio
waveforms.
● Like very fast sound card with speaker &
microphone replaced by an antenna.
● Implement virtually any wireless technology:
Bluetooth, ZigBee, cellular technologies, FM, etc
*text on this slide from: https://www.kickstarter.com/projects/mossmann/hackrf-an-open-source-sdr-platform
● http://gnuradio.org/redmine/projects/gnuradio/wiki
● GNU Radio is a free & open-source software
development toolkit that provides signal processing
blocks to implement software radios.
● It can be used with readily-available low-cost external
RF hardware to create software-defined radios, or
without hardware in a simulation-like environment.
● It is widely used in hobbyist, academic and commercial
environments to support both wireless communications
research and real-world radio systems.
FUNcube Concept
“The original FUNcube Dongle concept:
receiving information from space as part of a
global educational collaboration project”
FUNcube Dongle Pro+
http://www.funcubedongle.com/
● 125 GBP / $208 USD
● Guaranteed coverage:
– 150kHz to 1.9GHz
– Gap between 240MHz and 420MHz
● “FUNcube Dongles are the ground receiver for the
FUNcube Satellite project”
● “It’s also all-mode: this means that it’s not just limited
to narrow band FM reception.”
Software Defined Radio (SDR)
HackRF: open source SDR platform
● operates from 30 MHz to 6 GHz, a wider
range than any SDR peripheral
● used to transmit or receive radio signals. It
operates in half-duplex mode: it can transmit
or receive
● Max bandwidth is 20 MHz, about 10 times
the bandwidth of TV tuner dongles popular for
SDR
● used for high speed digital radio applications
such as LTE or 802.11g
● Post-kickstarter, expected retail ~$300:
http://greatscottgadgets.com/hackrf/
HackRF Hardware
● LPC43xx ARM Cortex-M4 microcontroller
● CoolRunner-II CPLD (may switch to MAX V)
Cheap USB adapters
as SDR receiver
● Find cheap <$30 USB DVB-T adapters from
many sources online
● DVB-T is used to broadcast TV in Europe
● Libraries have been written to use USB DVB-T
with certain a software defined radio
Adafruit SDR USB stick
If you've ever been curious about software defined radio (SDR), this USB stick is the
easiest way possible to have fun with a powerful, configurable receiver.
● $22: Software Defined Radio Receiver USB Stick - RTL2832 w/R820T
●
RTL2832U and R820T tuner with an MCX RF connector
●
Tune into signals from 24MHz to 1850MHz.
● Use a computer (with Windows, Mac, or Linux) to tune into:
– FM Radio
– AM signals (but not AM radio)
– CW (morse code!)
– unencrypted radio signals (such as those used by many police and fire
departments)
– POCSAG pagers
●
basic 'DVB-T' antenna
NooElec SDR stick on Amazon
● $20: NooElec Brand RTL-SDR, FM+DAB,
DVB-T USB Stick Set with RTL2832U &
R820T. Great SDR for SDR#, HDSDR, and
Other Popular SDR Software Packages
● http://www.amazon.com/NooElec-RTL-SDR-RTL2
rtl-sdr library
● http://sdr.osmocom.org/trac/wiki/rtl-sdr
● DVB-T dongles based on the Realtek
RTL2832U can be used as a cheap SDR
● chip allows transferring the raw I/Q samples to
the host, which is officially used for
DAB/DAB+/FM demodulation.
● History and Discovery of RTLSDR
rtl-sdr supported devices
● http://sdr.osmocom.org/trac/wiki/rtl-sdr
● The RTL2832U outputs 8-bit I/Q-samples, and the highest theoretically possible
sample-rate is 3.2 MS/s, however, the highest sample-rate without lost samples that
has been tested so far is 2.56 MS/s. The frequency range is highly dependent of the
used tuner, dongles that use the Elonics E4000 offer the widest possible range (see
table below).
●
Elonics E4000 52 - 2200 MHz with a gap from 1100 MHz to 1250 MHz (varies)
●
Rafael Micro R820T24 - 1766 MHz
● Rafael Micro R828D 24 - 1766 MHz
● Fitipower FC0013 22 - 1100 MHz (FC0013B/C, FC0013G has a separate L-band
input, which is unconnected on most sticks)
● Fitipower FC0012 22 - 948.6 MHz
● FCI FC2580 146 - 308 MHz and 438 - 924 MHz (gap in between)
Build rtl-sdr on BeagleBone Black
● Using Angstrom on eMMC
● opkg update
● opkg install libusb-1.0-dev
● git clone git://git.osmocom.org/rtl-sdr.git
● Follow commands in my GitHub Gist:
– https://gist.github.com/pdp7/5503462
Test rtl-sdr
From GitHub Gist:
https://gist.github.com/pdp7/8683297
root@beaglebone:~# rtl_eeprom
Found 1 device(s):
0: Generic RTL2832U OEM
Using device 0: Generic RTL2832U
OEM
Found Rafael Micro R820T tuner
Play FM radio station 96.3MHz
(using Adafruit USB $5 audio adapter)
root@beaglebone:~# nice -n -10 rtl_fm -f 96.3e6 -M wbfm -r 48000 -
| aplay -r 48k -f S16_LE
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
Tuned to 96571000 Hz.
Oversampling input by: 6x.
Oversampling output by: 1x.
Buffer size: 8.03ms
Exact sample rate is: 1020000.026345 Hz
Sampling at 1020000 S/s.
Output at 170000 Hz.
Playing raw data 'stdin' : Signed 16 bit Little Endian, Rate 48000
Hz, Mono
Alternative if no USB audio adapter
● http://www.meetup.com/Southeast-Michigan-Beagle
● Listening to audio via my Mac using
BeagleBone connected to tuner. 'sox' installed
on my Mac for the 'play' app. 'rtl_fm' :
● ssh root@192.168.7.2 "nice -n -10 rtl_fm -W -f
96.3M" | play -r 32k -t raw -e signed-integer -b
16 -c 1 -V1 --buffer 100000 -
rtlizer: RF Spectrum Analyzer
● http://www.oz9aec.net/index.php/beaglebone/480-rtliz
ViewRF: RF Spectrum Analyzer
● http://hackaday.com/2013/09/09/an-rtl-sdr-spectrum
Gqrx
http://gqrx.dk/
Gqrx by Alexandru Csete
● http://gqrx.dk/
● Open source software defined radio receiver
powered by the GNU Radio SDR framework and
the Qt graphical toolkit
● Packaged for Ubuntu Linux & Mac OS X
● Supported Hardware:
http://gqrx.dk/supported-hardware
● Videos:
https://www.youtube.com/user/oz9aec/videos
Run your own GSM base station!
● http://openbts.org/
● OpenBTS is a Unix application that uses a
software radio to present a GSM air interface
to standard 2G GSM handset and uses a SIP
softswitch or PBX to connect calls
● Range Networks SDR1 Open Source
Software-Defined Radio:
http://openbts.org/sdr1.html
The Amp Hour interviews
● HackRF creator:
http://www.theamphour.com/the-amp-hour-161-gifted-grimg
● “Matt started and still runs Ettus Research, now a 12
person Software Defined Radio (SDR) company
located in the Bay Area”
http://www.theamphour.com/the-amp-hour-101-quality-quad
● Universal Software Radio Peripheral (USRP) products
are computer-hosted software radios:
http://en.wikipedia.org/wiki/Universal_Software_Radio_Peri
●

More Related Content

PDF
Software Defined Radio
PPTX
PPTX
Software defined radio
PPTX
PPTX
Software defined radio
KEY
Gnu Radio and the Universal Software Radio Peripheral
PPT
Sdr the future of radio
PDF
Software defined radio
Software Defined Radio
Software defined radio
Software defined radio
Gnu Radio and the Universal Software Radio Peripheral
Sdr the future of radio
Software defined radio

What's hot (20)

PPTX
Sdr seminar
PDF
2.5 capacity calculations of fdma, tdma and cdma
PDF
Multiband Transceivers - [Chapter 5] Software-Defined Radios
PPTX
Radar Systems- Unit- I : Basics of Radar
PPTX
Orthogonal Frequency Division Multiplexing (OFDM)
PPTX
GNU Radio
PPTX
Unit 1 introduction to software defined radios
PPT
SCA Next Part 1 - Software Defined Radio (SDR) Webcast Slides
PPTX
Analog RF Front End Architecture
PPTX
Quadrature phase shift keying
PPTX
PPTX
Introduction to Wireless Communication
PPTX
Moving target indicator radar (mti)part2
PPTX
Folded dipole antenna
PDF
100 Technical Interview Questions on Wireless communication, LTE and 5G.
PPTX
Spectrum
PPTX
radio-wave-propagation
PPTX
Space wave propagation ppt
PPTX
Outdoor propagatiom model
Sdr seminar
2.5 capacity calculations of fdma, tdma and cdma
Multiband Transceivers - [Chapter 5] Software-Defined Radios
Radar Systems- Unit- I : Basics of Radar
Orthogonal Frequency Division Multiplexing (OFDM)
GNU Radio
Unit 1 introduction to software defined radios
SCA Next Part 1 - Software Defined Radio (SDR) Webcast Slides
Analog RF Front End Architecture
Quadrature phase shift keying
Introduction to Wireless Communication
Moving target indicator radar (mti)part2
Folded dipole antenna
100 Technical Interview Questions on Wireless communication, LTE and 5G.
Spectrum
radio-wave-propagation
Space wave propagation ppt
Outdoor propagatiom model
Ad

Similar to Software Defined Radio (SDR) (20)

PPTX
Software Defined Radio Workshop
PPTX
RF Experiments in Raspberry Pi
PDF
[HES2014] HackRF A Low Cost Software Defined Radio Platform by Benjamin Vernoux
PDF
SDR101-presentation-distro
PDF
SDR 101 - NDSU CyberSecurity 2017
PDF
SDR Basestation with Raspberry Pi
PDF
Worksheet for Introduction to Software Defined Radio (SDR)
PDF
A LOW-COST DESKTOP SOFTWARE DEFINED RADIO DESIGN ENVIRONMENT USING MATLAB, SI...
PDF
DEF CON 23 - DAKAHUNA and SATANLAWZ - introduction to sdr and wifi village
PDF
BSidesMSP 2017 - SDR101 workshop
PDF
202209 QSO Today Virtual Ham Introduction to Software Defined Radio with emph...
PDF
Introduction to Software Defined Radio (SDR) on Linux
PDF
Noaa reception
PDF
GNU Radio & digitaal vliegtuig spotten
DOCX
SOFTWARE DEFINED RADIO
PDF
Usrp family-09-open
PPTX
Software Defined Radio Engineering course sampler
DOCX
Ensemble rxtx, receptor SDR.
PPTX
DAB+ for local and community radio
PPTX
Software defined radio....
Software Defined Radio Workshop
RF Experiments in Raspberry Pi
[HES2014] HackRF A Low Cost Software Defined Radio Platform by Benjamin Vernoux
SDR101-presentation-distro
SDR 101 - NDSU CyberSecurity 2017
SDR Basestation with Raspberry Pi
Worksheet for Introduction to Software Defined Radio (SDR)
A LOW-COST DESKTOP SOFTWARE DEFINED RADIO DESIGN ENVIRONMENT USING MATLAB, SI...
DEF CON 23 - DAKAHUNA and SATANLAWZ - introduction to sdr and wifi village
BSidesMSP 2017 - SDR101 workshop
202209 QSO Today Virtual Ham Introduction to Software Defined Radio with emph...
Introduction to Software Defined Radio (SDR) on Linux
Noaa reception
GNU Radio & digitaal vliegtuig spotten
SOFTWARE DEFINED RADIO
Usrp family-09-open
Software Defined Radio Engineering course sampler
Ensemble rxtx, receptor SDR.
DAB+ for local and community radio
Software defined radio....
Ad

More from Drew Fustini (20)

PDF
Linux on RISC-V with Open Source Hardware (Open Source Summit Japan 2020)
PDF
Linux on RISC-V with Open Hardware (ELC-E 2020)
PDF
Linux on RISC-V (ELC 2020)
PDF
Linux on RISC-V
PDF
How to run Linux on RISC-V (FOSS North 2020)
PDF
Linux on RISC-V
PDF
For the Love of Tux: Linux on RISC-V
PDF
Berlin Embedded Linux meetup: How to Linux on RISC-V
PDF
How to run Linux on RISC-V
PDF
FPGA Badge Hack: Linux on RISC-V
PDF
RISC-V and open source chip design
PDF
Introduction to Open Source Hardware, OSHWA and Open Hardware Summit
PDF
Linux on Open Source Hardware with Open Source chip design (36c3)
PDF
Open Source Hardware, Linux and RISC-V
PDF
Open Source Hardware for Good
PDF
Autodesk EAGLE and OSH Park
PDF
BeagleBone Blue at Maker Faire 2017
PDF
Open Source Hardware and Libre Silicon
PDF
Intro to Open Source Hardware (OSHW)
PDF
Portland Science Hack Day: Open Source Hardware
Linux on RISC-V with Open Source Hardware (Open Source Summit Japan 2020)
Linux on RISC-V with Open Hardware (ELC-E 2020)
Linux on RISC-V (ELC 2020)
Linux on RISC-V
How to run Linux on RISC-V (FOSS North 2020)
Linux on RISC-V
For the Love of Tux: Linux on RISC-V
Berlin Embedded Linux meetup: How to Linux on RISC-V
How to run Linux on RISC-V
FPGA Badge Hack: Linux on RISC-V
RISC-V and open source chip design
Introduction to Open Source Hardware, OSHWA and Open Hardware Summit
Linux on Open Source Hardware with Open Source chip design (36c3)
Open Source Hardware, Linux and RISC-V
Open Source Hardware for Good
Autodesk EAGLE and OSH Park
BeagleBone Blue at Maker Faire 2017
Open Source Hardware and Libre Silicon
Intro to Open Source Hardware (OSHW)
Portland Science Hack Day: Open Source Hardware

Recently uploaded (20)

PDF
GENERATOR AND IMPROVED COIL THEREFOR HAVINGELECTRODYNAMIC PROPERTIES
PPTX
dDifference Beetween Saving slides And Investment Slides.pptx
PDF
Maxon CINEMA 4D 2025 Crack Free Download Latest Version
PPTX
Subordinate_Clauses_BlueGradient_Optimized.pptx
PDF
SAHIL PROdhdjejss yo yo pdf TOCOL PPT.pdf
PDF
ISS2022 present sdabhsa hsdhdfahasda ssdsd
PPTX
Unit-1.pptxgeyeuueueu7r7r7r77r7r7r7uriruru
PDF
20A LG INR18650HJ2 3.6V 2900mAh Battery cells for Power Tools Vacuum Cleaner
PPTX
Computer Hardware - Technology and Livelihood Education
PPTX
Group 4 [BSIT-1C] Computer Network (1).pptx
PPTX
Pin configuration and project related to
PPTX
RTS MASTER DECK_Household Convergence Scorecards. Use this file copy.pptx
PDF
Topic-1-Main-Features-of-Data-Processing.pdf
PDF
Dozuki_Solution-hardware minimalization.
PPTX
ELETRONIC-PRODUCTS-ASSEMBLY-AND-SERVICING-NC-II-WEEK-1-Copy.pptx
PDF
Printing Presentation to show beginners.
PPTX
Chapter no 8 output devices dpart 2.pptx
PPTX
AIR BAG SYStYEM mechanical enginweering.pptx
PDF
PakistanCoinageAct-906.pdfdbnsshsjjsbsbb
PDF
2_STM32&SecureElements2_STM32&SecureElements
GENERATOR AND IMPROVED COIL THEREFOR HAVINGELECTRODYNAMIC PROPERTIES
dDifference Beetween Saving slides And Investment Slides.pptx
Maxon CINEMA 4D 2025 Crack Free Download Latest Version
Subordinate_Clauses_BlueGradient_Optimized.pptx
SAHIL PROdhdjejss yo yo pdf TOCOL PPT.pdf
ISS2022 present sdabhsa hsdhdfahasda ssdsd
Unit-1.pptxgeyeuueueu7r7r7r77r7r7r7uriruru
20A LG INR18650HJ2 3.6V 2900mAh Battery cells for Power Tools Vacuum Cleaner
Computer Hardware - Technology and Livelihood Education
Group 4 [BSIT-1C] Computer Network (1).pptx
Pin configuration and project related to
RTS MASTER DECK_Household Convergence Scorecards. Use this file copy.pptx
Topic-1-Main-Features-of-Data-Processing.pdf
Dozuki_Solution-hardware minimalization.
ELETRONIC-PRODUCTS-ASSEMBLY-AND-SERVICING-NC-II-WEEK-1-Copy.pptx
Printing Presentation to show beginners.
Chapter no 8 output devices dpart 2.pptx
AIR BAG SYStYEM mechanical enginweering.pptx
PakistanCoinageAct-906.pdfdbnsshsjjsbsbb
2_STM32&SecureElements2_STM32&SecureElements

Software Defined Radio (SDR)

  • 1. Fun with bits of ether: Software Defined Radio (SDR) NERP Meetup Mar-31-2014 (Not Exclusively Raspberry Pi) Presenter: Drew Fustini @pdp7 / drew@pdp7.com Video Playlist: https://www.youtube.com/playlist?list=PLa1tazUyp-oM Pumping Station: One Chicago Hackerspace
  • 2. Software Defined Radio (SDR) ● Application of Digital Signal Processing to radio waveforms ● Similar to software-based digital audio techniques ● Sound card digitizes audio waveforms ● Software radio peripheral digitizes radio waveforms. ● Like very fast sound card with speaker & microphone replaced by an antenna. ● Implement virtually any wireless technology: Bluetooth, ZigBee, cellular technologies, FM, etc *text on this slide from: https://www.kickstarter.com/projects/mossmann/hackrf-an-open-source-sdr-platform
  • 3. ● http://gnuradio.org/redmine/projects/gnuradio/wiki ● GNU Radio is a free & open-source software development toolkit that provides signal processing blocks to implement software radios. ● It can be used with readily-available low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment. ● It is widely used in hobbyist, academic and commercial environments to support both wireless communications research and real-world radio systems.
  • 4. FUNcube Concept “The original FUNcube Dongle concept: receiving information from space as part of a global educational collaboration project”
  • 5. FUNcube Dongle Pro+ http://www.funcubedongle.com/ ● 125 GBP / $208 USD ● Guaranteed coverage: – 150kHz to 1.9GHz – Gap between 240MHz and 420MHz ● “FUNcube Dongles are the ground receiver for the FUNcube Satellite project” ● “It’s also all-mode: this means that it’s not just limited to narrow band FM reception.”
  • 7. HackRF: open source SDR platform ● operates from 30 MHz to 6 GHz, a wider range than any SDR peripheral ● used to transmit or receive radio signals. It operates in half-duplex mode: it can transmit or receive ● Max bandwidth is 20 MHz, about 10 times the bandwidth of TV tuner dongles popular for SDR ● used for high speed digital radio applications such as LTE or 802.11g ● Post-kickstarter, expected retail ~$300: http://greatscottgadgets.com/hackrf/
  • 8. HackRF Hardware ● LPC43xx ARM Cortex-M4 microcontroller ● CoolRunner-II CPLD (may switch to MAX V)
  • 9. Cheap USB adapters as SDR receiver ● Find cheap <$30 USB DVB-T adapters from many sources online ● DVB-T is used to broadcast TV in Europe ● Libraries have been written to use USB DVB-T with certain a software defined radio
  • 10. Adafruit SDR USB stick If you've ever been curious about software defined radio (SDR), this USB stick is the easiest way possible to have fun with a powerful, configurable receiver. ● $22: Software Defined Radio Receiver USB Stick - RTL2832 w/R820T ● RTL2832U and R820T tuner with an MCX RF connector ● Tune into signals from 24MHz to 1850MHz. ● Use a computer (with Windows, Mac, or Linux) to tune into: – FM Radio – AM signals (but not AM radio) – CW (morse code!) – unencrypted radio signals (such as those used by many police and fire departments) – POCSAG pagers ● basic 'DVB-T' antenna
  • 11. NooElec SDR stick on Amazon ● $20: NooElec Brand RTL-SDR, FM+DAB, DVB-T USB Stick Set with RTL2832U & R820T. Great SDR for SDR#, HDSDR, and Other Popular SDR Software Packages ● http://www.amazon.com/NooElec-RTL-SDR-RTL2
  • 12. rtl-sdr library ● http://sdr.osmocom.org/trac/wiki/rtl-sdr ● DVB-T dongles based on the Realtek RTL2832U can be used as a cheap SDR ● chip allows transferring the raw I/Q samples to the host, which is officially used for DAB/DAB+/FM demodulation. ● History and Discovery of RTLSDR
  • 13. rtl-sdr supported devices ● http://sdr.osmocom.org/trac/wiki/rtl-sdr ● The RTL2832U outputs 8-bit I/Q-samples, and the highest theoretically possible sample-rate is 3.2 MS/s, however, the highest sample-rate without lost samples that has been tested so far is 2.56 MS/s. The frequency range is highly dependent of the used tuner, dongles that use the Elonics E4000 offer the widest possible range (see table below). ● Elonics E4000 52 - 2200 MHz with a gap from 1100 MHz to 1250 MHz (varies) ● Rafael Micro R820T24 - 1766 MHz ● Rafael Micro R828D 24 - 1766 MHz ● Fitipower FC0013 22 - 1100 MHz (FC0013B/C, FC0013G has a separate L-band input, which is unconnected on most sticks) ● Fitipower FC0012 22 - 948.6 MHz ● FCI FC2580 146 - 308 MHz and 438 - 924 MHz (gap in between)
  • 14. Build rtl-sdr on BeagleBone Black ● Using Angstrom on eMMC ● opkg update ● opkg install libusb-1.0-dev ● git clone git://git.osmocom.org/rtl-sdr.git ● Follow commands in my GitHub Gist: – https://gist.github.com/pdp7/5503462
  • 15. Test rtl-sdr From GitHub Gist: https://gist.github.com/pdp7/8683297 root@beaglebone:~# rtl_eeprom Found 1 device(s): 0: Generic RTL2832U OEM Using device 0: Generic RTL2832U OEM Found Rafael Micro R820T tuner
  • 16. Play FM radio station 96.3MHz (using Adafruit USB $5 audio adapter) root@beaglebone:~# nice -n -10 rtl_fm -f 96.3e6 -M wbfm -r 48000 - | aplay -r 48k -f S16_LE Found 1 device(s): 0: Realtek, RTL2838UHIDIR, SN: 00000001 Using device 0: Generic RTL2832U OEM Found Rafael Micro R820T tuner Tuner gain set to automatic. Tuned to 96571000 Hz. Oversampling input by: 6x. Oversampling output by: 1x. Buffer size: 8.03ms Exact sample rate is: 1020000.026345 Hz Sampling at 1020000 S/s. Output at 170000 Hz. Playing raw data 'stdin' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
  • 17. Alternative if no USB audio adapter ● http://www.meetup.com/Southeast-Michigan-Beagle ● Listening to audio via my Mac using BeagleBone connected to tuner. 'sox' installed on my Mac for the 'play' app. 'rtl_fm' : ● ssh root@192.168.7.2 "nice -n -10 rtl_fm -W -f 96.3M" | play -r 32k -t raw -e signed-integer -b 16 -c 1 -V1 --buffer 100000 -
  • 18. rtlizer: RF Spectrum Analyzer ● http://www.oz9aec.net/index.php/beaglebone/480-rtliz
  • 19. ViewRF: RF Spectrum Analyzer ● http://hackaday.com/2013/09/09/an-rtl-sdr-spectrum
  • 21. Gqrx by Alexandru Csete ● http://gqrx.dk/ ● Open source software defined radio receiver powered by the GNU Radio SDR framework and the Qt graphical toolkit ● Packaged for Ubuntu Linux & Mac OS X ● Supported Hardware: http://gqrx.dk/supported-hardware ● Videos: https://www.youtube.com/user/oz9aec/videos
  • 22. Run your own GSM base station! ● http://openbts.org/ ● OpenBTS is a Unix application that uses a software radio to present a GSM air interface to standard 2G GSM handset and uses a SIP softswitch or PBX to connect calls ● Range Networks SDR1 Open Source Software-Defined Radio: http://openbts.org/sdr1.html
  • 23. The Amp Hour interviews ● HackRF creator: http://www.theamphour.com/the-amp-hour-161-gifted-grimg ● “Matt started and still runs Ettus Research, now a 12 person Software Defined Radio (SDR) company located in the Bay Area” http://www.theamphour.com/the-amp-hour-101-quality-quad ● Universal Software Radio Peripheral (USRP) products are computer-hosted software radios: http://en.wikipedia.org/wiki/Universal_Software_Radio_Peri ●