User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
mNo edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= GNU Radio Amateur Radio meeting agenda =
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.


Our first video meeting was held 17 October. Due to some technical difficulties with Big Blue Button, we moved to Zoom and succeeded in doing the planned agenda. For those who missed the meeting because of scheduling or time of day, <b>the next meeting will be on Saturday 7 November 16:00 UTC</b>. If you have any questions about your local time, go to https://www.timeanddate.com/worldclock/timezone/utc
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. He is a member of the GRCon24 Organizing Committee.


    Link: https://cardiff.zoom.us/j/82317845680?pwd=SFg4eEdDZFNYODF1V0hEYmE3Y2hpZz09
Summary of programming languages used (roughly in chronological order):
 
* FORTRAN
== Introductions ==
* assembly languages of various computers
 
* COBOL
Host: Barry Duggan, KV4FV
* C
 
* Pascal
Co-host: Derek Kozel, MW0LNA & K0ZEL
* HTML5
 
* CSS3
== Brief walk-through of Simulation example: FSK ==
* XML
 
* JavaScript
https://wiki.gnuradio.org/index.php/Simulation_example:_FSK
* JSON
 
* node.js
== Presentation of gr-RTTY-basics package ==
* PHP
 
* Python
https://github.com/duggabe/gr-RTTY-basics<br>
https://github.com/duggabe/gr-webserver
 
=== Audio loopback demo ===
 
Audio cable from Ubuntu to Raspberry Pi (rPi)
 
=== Live Over-the-Air demo ===
 
Transmit with USRP on Ubuntu to Pluto on rPi on 2 meters
 
== Notes ==
 
    Notes about the meetings can be made on [[Talk:HamRadio]].
 
* The Ham Radio chat room on Matrix is available for continuing discussion.
** server: https://chat.gnuradio.org
** or via the Homeserver in a matrix app: gnuradio.matrix.ungleich.cloud
** room: #grcon-HamRadio:gnuradio.org OR #HamRadio:gnuradio.org (an alias)

Latest revision as of 16:37, 26 October 2023

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. He is a member of the GRCon24 Organizing Committee.

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