User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(first draft)
 
(100 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!-- Guided_Tutorial_Hardware_Considerations -->
Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953.
<!-- "Using GNU Radio with Hardware" -->
= DRAFT REVISION Guided_Tutorial_Hardware_Considerations =
== Introduction ==


One of the great strengths of GNU Radio is how easy it is to move from simulation to real-world operation. In this tutorial, we will build on what you have learned so far and create a complete FM radio receiver which you can use to listen to your local FM radio stations. Also we will discuss considerations that come into play when working with real-world radio hardware.
Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications.


This tutorial is divided into two sections: "Signal Processing" and "Hardware". Various popular hardware devices are shown so that you can build with your available device.
Summary of programming languages used (roughly in chronological order):
* FORTRAN
* assembly languages of various computers
* COBOL
* C
* Pascal
* HTML5
* CSS3
* XML
* JavaScript
* JSON
* node.js
* PHP
* Python


This tutorial can be performed with either GNU Radio (GR) version 3.7 or 3.8 (and later). The Graphical User Interface gnuradio-companion (GRC) is used to create a flowgraph for each section.
== Presentation Links ==


== Prerequisites ==
=== YouTube ===


* [[SuggestedReading|Our Suggested Reading list]]
* GRCon21 Newbie's Guide
* Tutorials:
    https://www.youtube.com/watch?v=uxAW-WzuNy0
** [[Guided_Tutorial_Introduction|'''A brief introduction to GNU Radio, SDR, and DSP''']]
* GRCon21 gr-control presentation
** [[Guided_Tutorial_GRC|'''Intro to GR usage: GRC and flowgraphs''']]
    https://www.youtube.com/watch?v=eZ53BQLaKpw
** [[Sample_Rate_Tutorial|'''Understanding sample rate''']]
* GRCon23 File transfer using Packet and BPSK
    https://www.youtube.com/watch?v=UpiaL1Hr6-s


== What Will I Need? ==
=== Vienna Wireless Society ===


Even if you don't have an actual radio to work with, this tutorial is still useful. You can simply use a recording from an actual radio, with nothing done to the data. We have provided a recording, which you can find [https://github.com/gnuradio/gr-tutorial/blob/master/examples/tutorial6/fm_101.8MHz_1Msps.cfile in the gr-tutorials repository]. You can use this in your flowgraph to simulate hardware passing you samples.
* VWS SDR Project  Feb 26, 2025
    https://drive.google.com/file/d/1Qh-nYxMh-1SAeDfAezipXa80Ve4y44Br/view?usp=sharing


This tutorial will be most useful, however, if you have a piece of radio hardware that you can use with GNU Radio. There are a large number of vendors who provide hardware with GNU Radio drivers. They span from very cheap $20 receivers to very high-performance tens-of-thousands-of-dollars systems. See [[Hardware]] for additional information.
* How to build a SSB receiver  Oct. 10, 2025
 
    https://youtu.be/fCK8T9EeTX8
This tutorial is possible if you have a radio that can receive the broadcast FM band. Most countries allocate between ~87 MHz and ~108 MHz to FM broadcast radio, with some slight variations in that range.
 
== Building an FM Radio Receiver ==
 
 
=== GNU Radio Signal Processing ===
 
=== Hardware Front End ===
 
==== UHD / USRP ====
 
==== ADALM-PLUTO ====
 
==== RTL-SDR dongle ====
 
==== FunCube Pro+ ====

Latest revision as of 12:08, 14 October 2025

Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953.

Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications.

Summary of programming languages used (roughly in chronological order):

  • FORTRAN
  • assembly languages of various computers
  • COBOL
  • C
  • Pascal
  • HTML5
  • CSS3
  • XML
  • JavaScript
  • JSON
  • node.js
  • PHP
  • Python

Presentation Links

YouTube

  • GRCon21 Newbie's Guide
   https://www.youtube.com/watch?v=uxAW-WzuNy0
  • GRCon21 gr-control presentation
   https://www.youtube.com/watch?v=eZ53BQLaKpw
  • GRCon23 File transfer using Packet and BPSK
   https://www.youtube.com/watch?v=UpiaL1Hr6-s

Vienna Wireless Society

  • VWS SDR Project Feb 26, 2025
   https://drive.google.com/file/d/1Qh-nYxMh-1SAeDfAezipXa80Ve4y44Br/view?usp=sharing
  • How to build a SSB receiver Oct. 10, 2025
   https://youtu.be/fCK8T9EeTX8